Home
last modified time | relevance | path

Searched defs:xVelocity (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity_tracker.cpp196 double xVelocity = UpdateAxisVelocity(xAxis_); in UpdateVelocity() local
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h766 virtual void OnOverScrollFlingVelocity(float xVelocity, float yVelocity, bool isFling) {} in OnOverScrollFlingVelocity()
781 …virtual bool FilterScrollEvent(const float x, const float y, const float xVelocity, const float yV… in FilterScrollEvent()
924 virtual bool OnOverScroll(float xOffset, float yOffset, float xVelocity, float yVelocity) in OnOverScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp1003 void WebClientImpl::OnOverScrollFlingVelocity(float xVelocity, float yVelocity, bool isFling) in OnOverScrollFlingVelocity()
1051 bool WebClientImpl::FilterScrollEvent(const float x, const float y, const float xVelocity, const fl… in FilterScrollEvent()
H A Dweb_delegate.cpp6613 void WebDelegate::OnOverScrollFlingVelocity(float xVelocity, float yVelocity, bool isFling) in OnOverScrollFlingVelocity()
6634 bool WebDelegate::FilterScrollEvent(const float x, const float y, const float xVelocity, const floa… in FilterScrollEvent()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp816 bool ArkWebHandlerImpl::OnOverScroll(float xOffset, float yOffset, float xVelocity, float yVelocity) in OnOverScroll()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp915 bool ArkWebHandlerWrapper::OnOverScroll(float xOffset, float yOffset, float xVelocity, float yVeloc… in OnOverScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp5651 void WebPattern::OnOverScrollFlingVelocity(float xVelocity, float yVelocity, bool isFling) in OnOverScrollFlingVelocity()
5857 bool WebPattern::FilterScrollEvent(const float x, const float y, const float xVelocity, const float… in FilterScrollEvent()