Home
last modified time | relevance | path

Searched defs:averageHeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_height_offset_calculator.h153 float CalculateOffset(RefPtr<UINode> node, float averageHeight) in CalculateOffset()
193 … float averageHeight = GetLazyForEachIndexAverageHeight(node, startIndex, endIndex, hasGroup); in CalculateLazyForEachNode() local
H A Dlist_layout_algorithm.h38 float averageHeight = -1; member
H A Dlist_item_group_layout_algorithm.cpp832 float averageHeight = totalHeight / itemCount; in CheckJumpForwardForBigOffset() local
851 float averageHeight = totalHeight / itemCount; in CheckJumpBackwardForBigOffset() local
H A Dlist_item_group_pattern.cpp199 float averageHeight = 0.0f; in GetEstimateOffset() local
H A Dlist_layout_algorithm.cpp639 float averageHeight = totalHeight / itemPosition_.size(); in CheckJumpToIndex() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp207 auto averageHeight = heightSum / itemCount; in GetContentOffset() local
284 float averageHeight = heightSum / itemCount; in GetContentHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp1208 auto averageHeight = pattern->GetAverageHeight(); in SkipIrregularLines() local