Home
last modified time | relevance | path

Searched defs:buttonWidth (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ui_lite/test/uitest/test_video/
H A Dui_test_video.cpp100 int16_t buttonWidth = 60; // 60:button width in SetupTestButton() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_layout_algorithm.cpp57 auto buttonWidth = counterTheme->GetControlWidth().ConvertToPx(); in Measure() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp104 auto buttonWidth = width.ConvertToVp(); in SetControlButtonWidth() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp139 auto buttonWidth = selfLayoutConstraint->selfIdealSize.Width().value(); in HandleLabelCircleButtonConstraint() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_algorithm.cpp115 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 Dui_dialog.cpp369 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 Dcalendar_theme.h109 Dimension buttonWidth; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp128 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 Dselect_overlay_node.cpp141 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