Searched defs:buttonWidth (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_video/ |
H A D | ui_test_video.cpp | 100 int16_t buttonWidth = 60; // 60:button width in SetupTestButton() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_layout_algorithm.cpp | 57 auto buttonWidth = counterTheme->GetControlWidth().ConvertToPx(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | side_bar_container_model_impl.cpp | 104 auto buttonWidth = width.ConvertToVp(); in SetControlButtonWidth() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 139 auto buttonWidth = selfLayoutConstraint->selfIdealSize.Width().value(); in HandleLabelCircleButtonConstraint() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_layout_algorithm.cpp | 115 auto buttonWidth = (buttonLayoutConstraint.parentIdealSize.Width().value() / 2) - padding - margin; in MeasureLeftButton() local 156 auto buttonWidth = (buttonLayoutConstraint.parentIdealSize.Width().value() / 2) - padding - margin; in MeasureRightButton() local
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_dialog.cpp | 369 uint16_t buttonWidth = (width - 2 * BUTTON_PADDING - (buttonNum_ - 1) * BUTTON_MID_PADDING) / buttonNum_; in MeasureSize() local
|
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_theme.h | 109 Dimension buttonWidth; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_layout_algorithm.cpp | 128 auto buttonWidth = searchButtonSizeMeasure_.Width(); in TextFieldMeasure() local 716 auto buttonWidth = searchButtonSizeMeasure_.Width(); in LayoutDivider() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_node.cpp | 141 BuildPasteButton( const std::function<void()>& callback, int32_t overlayId, float& buttonWidth, bool isSelectAll = false) BuildPasteButton() argument 199 CreatePasteButtonForCreateMenu( const std::shared_ptr<SelectOverlayInfo>& info, int32_t overlayId, const MenuOptionsParam& item, float& buttonWidth) CreatePasteButtonForCreateMenu() argument 226 BuildButton(const std::string& data, const std::function<void()>& callback, int32_t overlayId, float& buttonWidth, bool isSelectAll = false) BuildButton() argument 1469 float buttonWidth = 0.0f; ShowCut() local 1490 float buttonWidth = 0.0f; ShowCopy() local 1511 float buttonWidth = 0.0f; ShowPaste() local 1536 float buttonWidth = 0.0f; ShowCopyAll() local 1557 float buttonWidth = 0.0f; ShowAIWrite() local 1585 float buttonWidth = 0.0f; ShowShare() local 1632 float buttonWidth = 0.0f; ShowCamera() local 1696 float buttonWidth = 0.0f; AddCreateMenuItems() local [all...] |
Completed in 12 milliseconds