Home
last modified time | relevance | path

Searched refs:x_velocity (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h226 …bool FilterScrollEvent(const float x, const float y, const float x_velocity, const float y_velocit…
453 void OnOverScrollFlingVelocity(float x_velocity, float y_velocity, bool is_fling) override;
H A Dark_web_handler_impl.cpp340 bool ArkWebHandlerImpl::FilterScrollEvent(const float x, const float y, const float x_velocity, con… in FilterScrollEvent() argument
342 return nweb_handler_->FilterScrollEvent(x, y, x_velocity, y_velocity); in FilterScrollEvent()
656 void ArkWebHandlerImpl::OnOverScrollFlingVelocity(float x_velocity, float y_velocity, bool is_fling) in OnOverScrollFlingVelocity() argument
658 nweb_handler_->OnOverScrollFlingVelocity(x_velocity, y_velocity, is_fling); in OnOverScrollFlingVelocity()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h290 …virtual bool FilterScrollEvent(const float x, const float y, const float x_velocity, const float y…
553 virtual void OnOverScrollFlingVelocity(float x_velocity, float y_velocity, bool is_fling) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp373 const float x, const float y, const float x_velocity, const float y_velocity) in FilterScrollEvent() argument
375 return ark_web_handler_->FilterScrollEvent(x, y, x_velocity, y_velocity); in FilterScrollEvent()
737 void ArkWebHandlerWrapper::OnOverScrollFlingVelocity(float x_velocity, float y_velocity, bool is_fl… in OnOverScrollFlingVelocity() argument
739 ark_web_handler_->OnOverScrollFlingVelocity(x_velocity, y_velocity, is_fling); in OnOverScrollFlingVelocity()
H A Dark_web_handler_wrapper.h237 …bool FilterScrollEvent(const float x, const float y, const float x_velocity, const float y_velocit…
465 void OnOverScrollFlingVelocity(float x_velocity, float y_velocity, bool is_fling) override;