Home
last modified time | relevance | path

Searched defs:dividerHeight (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_divider_add_test.cpp533 double dividerHeight = 10; variable
620 double dividerHeight = 5; variable
663 double dividerHeight = 0; variable
788 double dividerHeight = 10; variable
836 double dividerHeight = 10; variable
882 double dividerHeight = 10; variable
925 double dividerHeight = 10; variable
969 double dividerHeight = 10; variable
1013 double dividerHeight = 0; variable
1106 double dividerHeight = 10; variable
[all …]
H A Dtext_picker_divider_test.cpp614 double dividerHeight = TEST_DIVIDERHEIGHT_DEFAULT; variable
674 double dividerHeight = TEST_DIVIDERHEIGHT_MAX; variable
733 double dividerHeight = TEST_DIVIDERHEIGHT_NEGATIVE; variable
791 double dividerHeight = TEST_DIVIDERHEIGHT_DEFAULT; variable
846 double dividerHeight = TEST_DIVIDERHEIGHT_DEFAULT; variable
901 double dividerHeight = TEST_DIVIDERHEIGHT_DEFAULT; variable
961 double dividerHeight = TEST_DIVIDERHEIGHT_DEFAULT; variable
1021 double dividerHeight = TEST_DIVIDERHEIGHT_DEFAULT; variable
1081 double dividerHeight = TEST_DIVIDERHEIGHT_DEFAULT; variable
1141 double dividerHeight = TEST_DIVIDERHEIGHT_DEFAULT; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_paint_method.cpp62 double dividerHeight = picker->defaultPickerItemHeight_ * fontScale; in GetForegroundDrawFunction() local
81 const ItemDivider &divider, double dividerHeight) in PaintCustomDividerLines()
90 double dividerHeight) in PaintDefaultDividerLines()
116 bool TextPickerPaintMethod::SetStrokeWidth(const ItemDivider &divider, double dividerHeight, Divide… in SetStrokeWidth()
140 double dividerHeight, DividerInfo& info) in NeedPaintDividerLines()
H A Dtextpicker_properties.h46 double dividerHeight = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h359 void SetDividerHeight(const Dimension& dividerHeight) in SetDividerHeight()
H A Dlist_component.h486 void SetDividerHeight(const Dimension& dividerHeight) in SetDividerHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp334 auto dividerHeight = std::min(static_cast<float>(searchHeight), static_cast<float>(iconHeight)); in DividerMeasure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.cpp976 auto dividerHeight = geometryNode->GetFrameSize().Height(); in AddDividerHotZoneRect() local