Home
last modified time | relevance | path

Searched refs:dividerHeight_ (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h356 return dividerHeight_; in GetDividerHeight()
361 dividerHeight_ = dividerHeight; in SetDividerHeight()
442 Dimension dividerHeight_ = DIVIDER_DEFAULT_HEIGHT; variable
H A Dlist_component.h483 return dividerHeight_; in GetDividerHeight()
488 dividerHeight_ = dividerHeight; in SetDividerHeight()
576 Dimension dividerHeight_ = DIVIDER_DEFAULT_HEIGHT; variable
H A Drender_list_item.cpp90 auto dividerSize = IsListVertical() ? Size(0.0, NormalizeToPx(dividerHeight_)) in PerformLayout()
91 : Size(NormalizeToPx(dividerHeight_), 0.0); in PerformLayout()
100 auto dividerSize = IsListVertical() ? Size(0.0, NormalizeToPx(dividerHeight_)) in PerformLayout()
101 : Size(NormalizeToPx(dividerHeight_), 0.0); in PerformLayout()
218 dividerHeight_ = item->GetDividerHeight(); in Update()
H A Dlist_component.cpp162 item->SetDividerHeight(dividerHeight_); in AppendChild()
H A Drosen_render_list_item.cpp204 if (!NeedDivider() || NearZero(dividerHeight_.Value())) { in PaintItemDivider()
211 double dividerWidth = NormalizeToPx(dividerHeight_); in PaintItemDivider()
H A Drender_list_item.h365 Dimension dividerHeight_ = DIVIDER_DEFAULT_HEIGHT; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_theme.h213 return dividerHeight_; in GetDividerHeight()
294 theme->dividerHeight_ = appBarPattern->GetAttr<Dimension>("divider_height", 16.0_vp); in ParsePattern()
362 Dimension dividerHeight_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h86 return dividerHeight_; in GetDividerHeight()
190 Dimension dividerHeight_ = DIVIDER_DEFAULT_HEIGHT; variable
H A Ddom_list.cpp507 list.dividerHeight_ = list.ParseDimension(val); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h343 return dividerHeight_; in GetDividerHeight()
543 Dimension dividerHeight_; variable
H A Ddialog_theme.cpp176 theme->dividerHeight_ = dialogPattern->GetAttr<Dimension>("dialog_divider_height", 24.0_vp); in ParseNewPattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.h346 float dividerHeight_ = 0.0f; variable
H A Ddatepicker_column_pattern.cpp546 dividerHeight_ = static_cast<float>( in SetDividerHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.h395 float dividerHeight_ = 0.0f; variable
H A Dtimepicker_column_pattern.cpp1174 dividerHeight_ = static_cast<float>( in SetDividerHeight()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp1463 …minuteColumnPattern->dividerHeight_, minuteColumnPattern->gradientHeight_ + gradientHeight + divid…