Home
last modified time | relevance | path

Searched defs:totalHeight (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_cache_layout_test_ng.cpp120 float totalHeight = ITEM_HEIGHT * 10; variable
148 float totalHeight = ITEM_HEIGHT * 10; variable
184 float totalHeight = ITEM_HEIGHT * 7; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h109 float totalHeight = 0; in GetAverageLineHeight() local
123 float totalHeight = 0; in GetStartLineOffset() local
133 float totalHeight = 0.0f; member
H A Dgrid_layout_info.cpp365 float totalHeight = 0; in GetContentHeight() local
444 float totalHeight = 0; in SkipStartIndexByOffset() local
936 float totalHeight = 0.0f; in GetHeightInRange() local
H A Dgrid_pattern.cpp1619 float totalHeight = info.GetTotalLineHeight(mainGap); in GetEndOffset() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_height_offset_calculator.h118 float totalHeight = 0.0f; in GetLazyForEachIndexAverageHeight() local
H A Dlist_item_group_layout_algorithm.cpp830 auto totalHeight = (itemInfo.endPos - itemInfo.startPos + spaceWidth_); in CheckJumpForwardForBigOffset() local
849 auto totalHeight = (itemInfo.endPos - itemInfo.startPos + spaceWidth_); in CheckJumpBackwardForBigOffset() local
1297 auto totalHeight = (itemInfo.endPos - itemInfo.startPos + spaceWidth_); in GetLayoutInfo() local
H A Dlist_item_group_pattern.cpp220 …auto totalHeight = (layoutedItemInfo_.value().endPos - layoutedItemInfo_.value().startPos + spaceW… in GetEstimateHeight() local
H A Dlist_layout_algorithm.cpp638 …float totalHeight = itemPosition_.rbegin()->second.endPos - itemPosition_.begin()->second.startPos… in CheckJumpToIndex() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.cpp147 double totalHeight = 0.0; in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp64 float totalHeight = 0.0f; in Measure() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_test_ng.cpp437 float totalHeight = pattern_->GetTotalHeight(); in ScrollToIndex() local
469 float totalHeight = pattern_->GetTotalHeight(); in JumpToItemInGroup() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_algorithm.cpp126 float totalHeight = 0.0; in MeasureChildren() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp386 …float totalHeight = allItemsRect.GetHeight() + 2.0f * scrollBlankSize_; // 2: two blank spaces on … in UpdateScrollBar() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp389 double totalHeight = columnParent_->GetLayoutSize().Height(); in LayoutColumns() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_algorithm.cpp917 …auto totalHeight = NearZero(subtitleHeight) ? SINGLE_LINE_TITLEBAR_HEIGHT : DOUBLE_LINE_TITLEBAR_H… in LayoutMenu() local