Home
last modified time | relevance | path

Searched defs:ScrollBy (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_controller.cpp62 void GridController::ScrollBy(int32_t pixelX, int32_t pixelY, bool smooth) in ScrollBy() function in OHOS::Ace::GridController
H A Drender_grid.cpp395 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 Dmethod.h54 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 Dlist_position_controller.cpp79 void ListPositionController::ScrollBy(double pixelX, double pixelY, bool smooth) in ScrollBy() function in OHOS::Ace::V2::ListPositionController
H A Drender_list.cpp1828 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 Dscroll_position_controller.cpp115 void ScrollPositionController::ScrollBy(double pixelX, double pixelY, bool smooth) in ScrollBy() function in OHOS::Ace::ScrollPositionController
H A Dscroll_controller_base.h94 virtual void ScrollBy(double pixelX, double pixelY, bool smooth) {} in ScrollBy() function in OHOS::Ace::ScrollControllerBase
H A Drender_scroll.cpp813 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 Dscroll_test_ng.cpp142 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 Dscroller_modifier.cpp45 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 Dscrollable_controller.cpp85 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 Drender_collapsing_navigation_bar.cpp239 void RenderCollapsingNavigationBar::ScrollBy(double dy, double maxPosition) in ScrollBy() function in OHOS::Ace::RenderCollapsingNavigationBar
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp164 void UIScrollView::ScrollBy(int16_t xDistance, int16_t yDistance) in ScrollBy() function in OHOS::UIScrollView
H A Dui_list.cpp248 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 Dcj_scroll_ffi.cpp57 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 Djs_scroller.cpp297 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 Dscroll_pattern.cpp594 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 Dmock_web_delegate.cpp1048 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 Dweb_delegate.cpp6618 void WebDelegate::ScrollBy(float deltaX, float deltaY) in ScrollBy() function in OHOS::Ace::WebDelegate

Completed in 30 milliseconds