Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp728 auto remainHeight = GetTotalHeight() - currentOffset; in GetOffsetWithLimit() local
729 return std::max(offset, -remainHeight); in GetOffsetWithLimit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1828 auto remainHeight = GetTotalHeight() - GetTotalOffset() - hostSize.MainSize(axis_); in GetOffsetWithLimit() local
1829 return std::max(offset, -remainHeight); in GetOffsetWithLimit()