/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | grid_controller.cpp | 62 void GridController::ScrollBy(int32_t pixelX, int32_t pixelY, bool smooth) in ScrollBy() function in OHOS::Ace::GridController
|
H A D | render_grid.cpp | 395 void RenderGrid::ScrollBy(int32_t pixelX, int32_t pixelY, bool smooth) in ScrollBy() function in OHOS::Ace::RenderGrid
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | method.h | 54 void ScrollBy(const RefPtr<ScrollPositionController>& positionController, double dx, double dy, bool isSmooth) const in ScrollBy() function
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_position_controller.cpp | 79 void ListPositionController::ScrollBy(double pixelX, double pixelY, bool smooth) in ScrollBy() function in OHOS::Ace::V2::ListPositionController
|
H A D | render_list.cpp | 1828 void RenderList::ScrollBy(double pixelX, double pixelY) in ScrollBy() function in OHOS::Ace::V2::RenderList
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_position_controller.cpp | 115 void ScrollPositionController::ScrollBy(double pixelX, double pixelY, bool smooth) in ScrollBy() function in OHOS::Ace::ScrollPositionController
|
H A D | scroll_controller_base.h | 94 virtual void ScrollBy(double pixelX, double pixelY, bool smooth) {} in ScrollBy() function in OHOS::Ace::ScrollControllerBase
|
H A D | render_scroll.cpp | 813 void RenderScroll::ScrollBy(double pixelX, double pixelY, bool smooth, const std::function<void()>& onFinish) in ScrollBy() function in OHOS::Ace::RenderScroll
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_test_ng.cpp | 142 void ScrollTestNg::ScrollBy(float pixelX, float pixelY) in ScrollBy() function in OHOS::Ace::NG::ScrollTestNg
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | scroller_modifier.cpp | 45 void ScrollBy(ArkUINodeHandle node, ArkUI_Float32* values, ArkUI_Int32* units) in ScrollBy() function
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_controller.cpp | 85 void ScrollableController::ScrollBy(double pixelX, double pixelY, bool /* smooth */) in ScrollBy() function in OHOS::Ace::NG::ScrollableController
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | render_collapsing_navigation_bar.cpp | 239 void RenderCollapsingNavigationBar::ScrollBy(double dy, double maxPosition) in ScrollBy() function in OHOS::Ace::RenderCollapsingNavigationBar
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_scroll_view.cpp | 164 void UIScrollView::ScrollBy(int16_t xDistance, int16_t yDistance) in ScrollBy() function in OHOS::UIScrollView
|
H A D | ui_list.cpp | 248 void UIList::ScrollBy(int16_t distance) in ScrollBy() function in OHOS::UIList
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_scroll_ffi.cpp | 57 void NativeNGScroller::ScrollBy(const Dimension& xOffset, const Dimension& yOffset) in ScrollBy() function in OHOS::Ace::Framework::NativeNGScroller
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_scroller.cpp | 297 void JSScroller::ScrollBy(const JSCallbackInfo& args) in ScrollBy() function in OHOS::Ace::Framework::JSScroller
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_pattern.cpp | 594 void ScrollPattern::ScrollBy(float pixelX, float pixelY, bool smooth, const std::function<void()>& onFinish) in ScrollBy() function in OHOS::Ace::NG::ScrollPattern
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 1048 void WebDelegate::ScrollBy(float deltaX, float deltaY) {} in ScrollBy() function in OHOS::Ace::WebDelegate
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 6618 void WebDelegate::ScrollBy(float deltaX, float deltaY) in ScrollBy() function in OHOS::Ace::WebDelegate
|