Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_effect.cpp75 …ollFadeEffect::SetPaintDirection(Axis axis, float overScroll, bool isNotPositiveScrollableDistance) in SetPaintDirection() argument
82 if (isNotPositiveScrollableDistance) { in SetPaintDirection()
132 bool isScrollFromUpdate, bool isNotPositiveScrollableDistance) in HandleOverScroll() argument
138 SetPaintDirection(axis, overScroll, isNotPositiveScrollableDistance); in HandleOverScroll()
H A Dscroll_fade_effect.h45 bool isScrollFromUpdate = false, bool isNotPositiveScrollableDistance = false) override;
51 void SetPaintDirection(Axis axis, float overScroll, bool isNotPositiveScrollableDistance);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_edge_effect.h37 bool isScrollFromUpdate = false, bool isNotPositiveScrollableDistance = false) {}
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h200 bool isNotPositiveScrollableDistance);
H A Dscrollable_pattern.cpp782 bool isNotPositiveScrollableDistance) in HandleFadeEffect() argument
786 size, isScrollFromUpdate, isNotPositiveScrollableDistance); in HandleFadeEffect()
793 bool isNotPositiveScrollableDistance = isAtTop && isAtBottom; in HandleEdgeEffect() local
798 HandleFadeEffect(offset, source, size, isNotPositiveScrollableDistance); in HandleEdgeEffect()