Home
last modified time | relevance | path

Searched refs:GetOutBoundaryOffset (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h132 OverScrollOffset GetOutBoundaryOffset(bool useCurrentDelta) const;
H A Dlist_pattern.cpp699 auto res = GetOutBoundaryOffset(false); in IsAtBottom()
795 OverScrollOffset ListPattern::GetOutBoundaryOffset(bool useCurrentDelta) const in GetOutBoundaryOffset() function in OHOS::Ace::NG::ListPattern
856 auto res = GetOutBoundaryOffset(true); in UpdateCurrentOffset()
909 auto res = GetOutBoundaryOffset(useCurrentDelta); in IsOutOfBoundary()
2158 auto res = GetOutBoundaryOffset(false); in ProcessDragUpdate()