Home
last modified time | relevance | path

Searched refs:itemHeight_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.h116 itemHeight_ = height; in SetGridItemHeight()
121 return itemHeight_; in GetGridItemHeight()
160 Dimension itemHeight_ {-1};
H A Drender_grid_layout_item.h148 itemHeight_ = height; in SetGridItemHeight()
153 return itemHeight_; in GetGridItemHeight()
170 Dimension itemHeight_ {-1};
H A Drender_grid_layout_item.cpp43 itemHeight_ = gridItem->GetGridItemHeight(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.h36 return itemHeight_; in GetItemHeight()
58 float itemHeight_ = 0.0f; variable
H A Dindexer_layout_algorithm.cpp75itemHeight_ = GreatNotEqual(contentHeight, 0.0f) && childCount > 0 ? contentHeight / childCount : … in Measure()
84 childLayoutConstraint.UpdateSelfMarginSizeWithCheck(OptionalSizeF(itemWidth_, itemHeight_)); in Measure()
130 translate + paddingOffset + OffsetF(0, itemHeight_ * i)); in Layout()
H A Dindexer_pattern.h221 float itemHeight_ = 0.0f; variable
H A Dindexer_pattern.cpp190 itemHeight_ = indexerLayoutAlgorithm->GetItemHeight(); in OnDirtyLayoutWrapperSwap()
543 if (itemHeight_ <= 0) { in MoveIndexByOffset()
583 LessNotEqual(offset.GetY(), childOffset.GetY() + itemHeight_)) { in GetSelectChildIndex()
2083 DumpLog::GetInstance().AddDesc("ItemHeight: ", itemHeight_); in DumpInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.h257 itemHeight_ = itemHeight; in SetItemHeight()
367 float itemHeight_ = 0.0f; variable