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 D | list_layout_algorithm.cpp | 512 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 D | list_layout_algorithm.h | 388 const RefPtr<ListLayoutProperty>& layoutProperty, float topPos, float bottomPos);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_layout_info.cpp | 898 const float bottomPos = offset + heightInView; in GetDistanceToBottom() local 899 return bottomPos - mainSize; in GetDistanceToBottom()
|