Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h325 float GetDistanceToBottom(float mainSize, float heightInView, float mainGap) const;
H A Dgrid_layout_info.cpp884 float GridLayoutInfo::GetDistanceToBottom(float mainSize, float heightInView, float mainGap) const in GetDistanceToBottom() argument
898 const float bottomPos = offset + heightInView; in GetDistanceToBottom()
H A Dgrid_pattern.cpp1612 float heightInView = info.GetTotalHeightOfItemsInView(mainGap, regular); in GetEndOffset() local
1620 return totalHeight - heightInView; in GetEndOffset()
1624 return contentHeight - heightInView; in GetEndOffset()
1626 float disToBot = gridLayoutInfo_.GetDistanceToBottom(contentHeight, heightInView, mainGap); in GetEndOffset()