/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_cache_layout_test_ng.cpp | 120 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 D | grid_layout_info.h | 109 float totalHeight = 0; in GetAverageLineHeight() local 123 float totalHeight = 0; in GetStartLineOffset() local 133 float totalHeight = 0.0f; member
|
H A D | grid_layout_info.cpp | 365 float totalHeight = 0; in GetContentHeight() local 444 float totalHeight = 0; in SkipStartIndexByOffset() local 936 float totalHeight = 0.0f; in GetHeightInRange() local
|
H A D | grid_pattern.cpp | 1619 float totalHeight = info.GetTotalLineHeight(mainGap); in GetEndOffset() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_height_offset_calculator.h | 118 float totalHeight = 0.0f; in GetLazyForEachIndexAverageHeight() local
|
H A D | list_item_group_layout_algorithm.cpp | 830 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 D | list_item_group_pattern.cpp | 220 …auto totalHeight = (layoutedItemInfo_.value().endPos - layoutedItemInfo_.value().startPos + spaceW… in GetEstimateHeight() local
|
H A D | list_layout_algorithm.cpp | 638 …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 D | render_grid_row.cpp | 147 double totalHeight = 0.0; in PerformLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
H A D | menu_item_group_layout_algorithm.cpp | 64 float totalHeight = 0.0f; in Measure() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_test_ng.cpp | 437 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 D | grid_row_layout_algorithm.cpp | 126 float totalHeight = 0.0; in MeasureChildren() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_list.cpp | 386 …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 D | render_picker_base.cpp | 389 double totalHeight = columnParent_->GetLayoutSize().Height(); in LayoutColumns() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_layout_algorithm.cpp | 917 …auto totalHeight = NearZero(subtitleHeight) ? SINGLE_LINE_TITLEBAR_HEIGHT : DOUBLE_LINE_TITLEBAR_H… in LayoutMenu() local
|