Home
last modified time | relevance | path

Searched defs:rowHeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_layout_algorithm.cpp85 auto rowHeight = std::max(textSize.Height(), spinnerSize.Height()); in Measure() local
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp191 int16_t rowHeight = KEYBOARD_HEIGHT / 4; // 4: row number in SetupKeyboard() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp231 float rowHeight = Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE) ? in MeasureRow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h497 float rowHeight = 0.0f; in GetRowEndIndexAndHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp258 auto rowHeight = pointSize.Height(); in UpdateParentNodeSize() local