Home
last modified time | relevance | path

Searched defs:totalHeight (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_cache_layout_test_ng.cpp121 float totalHeight = ITEM_HEIGHT * 10; in HWTEST_F() local
149 float totalHeight = ITEM_HEIGHT * 10; in HWTEST_F() local
185 float totalHeight = ITEM_HEIGHT * 7; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_algorithm.cpp115 float totalHeight = 0.0; in MeasureChildren() local
/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; in GetTotalLineHeight() local
[all...]
H A Dgrid_layout_info.cpp362 float totalHeight = AddLinesInBetween(-1, firstIrregularIndex, crossCount_, regularHeight); in GetContentHeight() local
439 float totalHeight = AddLinesInBetween(-1, firstIrregularIndex, crossCount_, regularHeight); in SkipStartIndexByOffset() local
990 float totalHeight = 0.0f; GetHeightInRange() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_height_offset_calculator.h123 float totalHeight = 0.0f; in GetLazyForEachIndexAverageHeight() local
H A Dlist_item_group_pattern.cpp223 auto totalHeight = (layoutedItemInfo_.value().endPos - layoutedItemInfo_.value().startPos + spaceWidth_); in GetEstimateHeight() local
234 float totalHeight = 0.0f; in GetEstimateHeight() local
H A Dlist_item_group_layout_algorithm.cpp820 auto totalHeight = (itemInfo.endPos - itemInfo.startPos + spaceWidth_); in CheckJumpForwardForBigOffset() local
851 auto totalHeight = (itemInfo.endPos - itemInfo.startPos + spaceWidth_); in CheckJumpBackwardForBigOffset() local
1311 auto totalHeight = (itemInfo.endPos - itemInfo.startPos + spaceWidth_); in GetLayoutInfo() local
H A Dlist_layout_algorithm.cpp619 float totalHeight = itemPosition_.rbegin()->second.endPos - itemPosition_.begin()->second.startPos + spaceWidth_; in CheckJumpToIndex() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp50 float totalHeight = 0.0f; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.cpp145 double totalHeight = 0.0; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp389 double totalHeight = columnParent_->GetLayoutSize().Height(); in LayoutColumns() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp386 float totalHeight = allItemsRect.GetHeight() + 2.0f * scrollBlankSize_; // 2: two blank spaces on both sides in UpdateScrollBar() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_algorithm.cpp933 auto totalHeight = NearZero(subtitleHeight) ? SINGLE_LINE_TITLEBAR_HEIGHT : DOUBLE_LINE_TITLEBAR_HEIGHT; in LayoutMenu() local

Completed in 19 milliseconds