Home
last modified time | relevance | path

Searched defs:canOverScroll (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.h35 void SetCanOverScroll(bool canOverScroll) override in SetCanOverScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Dgrid_position_controller.cpp33 …t Dimension& position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll) in AnimateTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_position_controller.cpp33 …t Dimension& position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll) in AnimateTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.h83 void SetCanOverScroll(bool canOverScroll) in SetCanOverScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h38 void SetCanOverScroll(bool canOverScroll) in SetCanOverScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_controller.cpp39 …t Dimension& position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll) in AnimateTo()
H A Dscrollable_pattern.cpp1248 …float position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll, bool … in AnimateTo()
1343 float position, float duration, const RefPtr<Curve>& curve, bool canOverScroll) in PlayCurveAnimation()
2079 bool canOverScroll = false; in HandleScrollSelfOnly() local
2107 bool canOverScroll = false; in HandleScrollParallel() local
H A Dscrollable_pattern.h396 …auto canOverScroll = (IsScrollableSpringEffect() && source != SCROLL_FROM_AXIS && source != SCROLL… in CanOverScroll() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_controller_test_ng.cpp803 auto canOverScroll = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_position_controller.cpp88 …t Dimension& position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll) in AnimateTo()
H A Dscrollable.cpp480 bool canOverScroll = false; in HandleScrollSelfOnly() local
509 bool canOverScroll = false; in HandleScrollParallel() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroller.cpp125 bool canOverScroll = false; in ScrollTo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h334 …auto canOverScroll = (IsScrollableSpringEffect() && source != SCROLL_FROM_AXIS && source != SCROLL… in CanOverScroll() local
H A Dlist_layout_algorithm.h120 void SetCanOverScroll(bool canOverScroll) in SetCanOverScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h93 void SetCanOverScroll(bool canOverScroll) in SetCanOverScroll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp609 …float position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll, bool … in AnimateTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp378 auto canOverScroll = static_cast<bool>((*values)[7]); in SetScrollTo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp1375 …float position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverScroll, bool … in AnimateTo()