Home
last modified time | relevance | path

Searched refs:bottomPos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp512 auto bottomPos = jumpIndexStartPos + it->second.endPos + in CheckNoNeedJumpListItemGroup() local
514 if (JudgeInOfScreenScrollAutoType(wrapper, listLayoutProperty, topPos, bottomPos)) { in CheckNoNeedJumpListItemGroup()
532 const RefPtr<ListLayoutProperty>& layoutProperty, float topPos, float bottomPos) in JudgeInOfScreenScrollAutoType() argument
551 LessOrEqual(bottomPos, endMainPos_ - footerMainSize)) { in JudgeInOfScreenScrollAutoType()
555 NearEqual(bottomPos, endMainPos_ - footerMainSize)) { in JudgeInOfScreenScrollAutoType()
558 } else if (GreatOrEqual(std::abs(topPos - startMainPos_), std::abs(endMainPos_ - bottomPos))) { in JudgeInOfScreenScrollAutoType()
560 } else if (LessNotEqual(std::abs(topPos - startMainPos_), std::abs(endMainPos_ - bottomPos))) { in JudgeInOfScreenScrollAutoType()
H A Dlist_layout_algorithm.h388 const RefPtr<ListLayoutProperty>& layoutProperty, float topPos, float bottomPos);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp898 const float bottomPos = offset + heightInView; in GetDistanceToBottom() local
899 return bottomPos - mainSize; in GetDistanceToBottom()