Searched defs:x_velocity (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.cpp | 340 bool ArkWebHandlerImpl::FilterScrollEvent(const float x, const float y, const float x_velocity, con… in FilterScrollEvent() 656 void ArkWebHandlerImpl::OnOverScrollFlingVelocity(float x_velocity, float y_velocity, bool is_fling) in OnOverScrollFlingVelocity()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 373 const float x, const float y, const float x_velocity, const float y_velocity) in FilterScrollEvent() 737 void ArkWebHandlerWrapper::OnOverScrollFlingVelocity(float x_velocity, float y_velocity, bool is_fl… in OnOverScrollFlingVelocity()
|