Home
last modified time | relevance | path

Searched refs:xVelocity (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h768 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 Dark_web_handler.h714 * @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 Dark_web_handler_impl.h548 bool OnOverScroll(float xOffset, float yOffset, float xVelocity, float yVelocity) override;
H A Dark_web_handler_impl.cpp827 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 Dark_web_handler_wrapper.h585 bool OnOverScroll(float xOffset, float yOffset, float xVelocity, float yVelocity) override;
H A Dark_web_handler_wrapper.cpp932 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