Searched refs:rowHeight (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_layout_algorithm.cpp | 248 float rowHeight = minItemHeight_; in MeasureLeftRow() local 262 rowHeight = std::max(rowHeight, childSize.Height()); in MeasureLeftRow() 267 row->GetGeometryNode()->SetFrameSize(SizeF(rowWidth, rowHeight)); in MeasureLeftRow() 285 float rowHeight = Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_TWELVE) ? in MeasureRightRow() local 299 rowHeight = std::max(rowHeight, childSize.Height()); in MeasureRightRow() 302 row->GetGeometryNode()->SetFrameSize(SizeF(rowWidth, rowHeight)); in MeasureRightRow()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_layout_algorithm.cpp | 66 auto rowHeight = std::max(textSize.Height(), spinnerSize.Height()); in Measure() local 67 rowGeometry->SetFrameSize(SizeF(rowWidth, rowHeight)); in Measure() 71 SizeF(rowWidth, rowHeight > defaultHeight ? rowHeight : defaultHeight)); in Measure()
|
/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | custom_input_method.cpp | 191 int16_t rowHeight = KEYBOARD_HEIGHT / 4; // 4: row number in SetupKeyboard() local 197 FlexLayout* row1 = SetupKeyRow("row1", KEYBOARD_WIDTH, rowHeight); in SetupKeyboard() 201 FlexLayout* row2 = SetupKeyRow("row2", KEYBOARD_WIDTH, rowHeight); in SetupKeyboard() 205 FlexLayout* row3 = SetupKeyRow("row3", KEYBOARD_WIDTH, rowHeight); in SetupKeyboard() 209 FlexLayout* row4 = SetupKeyRow("row4", KEYBOARD_WIDTH, rowHeight); in SetupKeyboard()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_position_map.h | 496 float rowHeight = 0.0f; in GetRowEndIndexAndHeight() local 502 rowHeight = totalHeight_ - posMap_[endIndex].mainPos - footerSize_; in GetRowEndIndexAndHeight() 504 rowHeight = posMap_[endIndex + 1].mainPos - posMap_[endIndex].mainPos - space_; in GetRowEndIndexAndHeight() 506 return { endIndex, rowHeight }; in GetRowEndIndexAndHeight()
|
Completed in 3 milliseconds