/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | refresh_coordination.h | 37 bool OnScroll(float offset, float mainVelocity) const;
|
H A D | refresh_coordination.cpp | 60 bool RefreshCoordination::OnScroll(float offset, float mainVelocity) const in OnScroll() function in OHOS::Ace::NG::RefreshCoordination
|
H A D | scrollable_pattern.cpp | 340 if (!refreshCoordination_->OnScroll( in CoordinateWithRefresh()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_component.h | 71 ACE_DEFINE_COMPONENT_EVENT(OnScroll, void(Dimension, ScrollState));
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_zoom_gesture.h | 88 void OnScroll(float offsetX, float offsetY);
|
/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | render_grid.h | 169 void OnScroll(double scrollX, double scrollY, int32_t scrollState) const;
|
H A D | render_grid.cpp | 176 OnScroll(delta.GetX(), delta.GetY(), SCROLL_TOUCH_DOWN); in UpdateOffset() 184 OnScroll(delta.GetX(), delta.GetY(), SCROLL_TOUCH_UP); in UpdateOffset() 805 OnScroll(0.0, 0.0, SCROLL_NONE); // Trigger a scroll stop event when finish first layout. in PerformLayout() 972 OnScroll(0.0, 0.0, SCROLL_NONE); in HandleScrollEnd() 975 void RenderGrid::OnScroll(double scrollX, double scrollY, int32_t scrollState) const in OnScroll() function in RenderGrid
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.h | 79 static void OnScroll(const JSCallbackInfo& args);
|
H A D | js_web.cpp | 1933 JSClass<JSWeb>::StaticMethod("onScroll", &JSWeb::OnScroll); in JSBind() 3733 void JSWeb::OnScroll(const JSCallbackInfo& args) in OnScroll() function in OHOS::OHOS::Ace::Framework::JSWeb
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_event_hub.h | 150 ACE_WEB_EVENT_PROPERTY(OnScroll, void);
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_zoom_gesture.cpp | 398 OnScroll(offsetX, offsetY); in RecognizeScroll() 803 void AccessibilityZoomGesture::OnScroll(float offsetX, float offsetY) in OnScroll() function in OHOS::Accessibility::AccessibilityZoomGesture
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 176 void OnScroll(double xOffset, double yOffset) override;
|
H A D | web_client_impl.cpp | 547 void WebClientImpl::OnScroll(double xOffset, double yOffset) in OnScroll() function in OHOS::Ace::WebClientImpl 554 delegate->OnScroll(xOffset, yOffset); in OnScroll()
|
H A D | web_delegate.h | 901 void OnScroll(double xOffset, double yOffset);
|
H A D | web_delegate.cpp | 5322 void WebDelegate::OnScroll(double xOffset, double yOffset) in OnScroll() function in OHOS::Ace::WebDelegate
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.h | 418 void OnScroll(void* object);
|
H A D | web_delegate_cross.cpp | 775 delegate->OnScroll(object); in RegisterWebObjectEvent() 1096 void WebDelegateCross::OnScroll(void* object) in OnScroll() function in OHOS::Ace::WebDelegateCross
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 824 void WebDelegate::OnScroll(double xOffset, double yOffset) {} in OnScroll() function in OHOS::Ace::WebDelegate
|