Searched refs:xVelocity (Results 1 - 6 of 6) sorted by relevance
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 768 virtual void OnOverScrollFlingVelocity(float xVelocity, float yVelocity, bool isFling) {} in OnOverScrollFlingVelocity() argument 783 virtual bool FilterScrollEvent(const float x, const float y, const float xVelocity, const float yVelocity) in FilterScrollEvent() argument 936 * @param xVelocity The velocity of x axis. 940 virtual bool OnOverScroll(float xOffset, float yOffset, float xVelocity, float yVelocity) in OnOverScroll() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 714 * @param xVelocity The velocity of x axis. 719 virtual bool OnOverScroll(float xOffset, float yOffset, float xVelocity, float yVelocity) = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.h | 548 bool OnOverScroll(float xOffset, float yOffset, float xVelocity, float yVelocity) override;
|
H A D | ark_web_handler_impl.cpp | 827 bool ArkWebHandlerImpl::OnOverScroll(float xOffset, float yOffset, float xVelocity, float yVelocity) in OnOverScroll() argument 829 return nweb_handler_->OnOverScroll(xOffset, yOffset, xVelocity, yVelocity); in OnOverScroll()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.h | 585 bool OnOverScroll(float xOffset, float yOffset, float xVelocity, float yVelocity) override;
|
H A D | ark_web_handler_wrapper.cpp | 932 bool ArkWebHandlerWrapper::OnOverScroll(float xOffset, float yOffset, float xVelocity, float yVelocity) in OnOverScroll() argument 934 return ark_web_handler_->OnOverScroll(xOffset, yOffset, xVelocity, yVelocity); in OnOverScroll()
|
Completed in 10 milliseconds