Home
last modified time | relevance | path

Searched refs:itemWidth_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.h106 itemWidth_ = width; in SetGridItemWidth()
111 return itemWidth_; in GetGridItemWidth()
159 Dimension itemWidth_ {-1};
H A Drender_grid_layout_item.h138 itemWidth_ = width; in SetGridItemWidth()
143 return itemWidth_; in GetGridItemWidth()
169 Dimension itemWidth_ {-1};
H A Drender_grid_layout_item.cpp42 itemWidth_ = gridItem->GetGridItemWidth(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.cpp68itemWidth_ = GreatNotEqual(frameWidth - horizontalPadding, 0.0f) ? frameWidth - horizontalPadding … in Measure()
84 childLayoutConstraint.UpdateSelfMarginSizeWithCheck(OptionalSizeF(itemWidth_, itemHeight_)); in Measure()
112 SizeF contentSize(itemWidth_, 0); in Layout()
H A Dindexer_layout_algorithm.h57 float itemWidth_ = 0.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.h252 itemWidth_ = itemWidth; in SetItemWidth()
366 float itemWidth_ = 0.0f; variable