Home
last modified time | relevance | path

Searched defs:buttonWidth (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ui_lite/test/uitest/test_video/
Dui_test_video.cpp100 int16_t buttonWidth = 60; // 60:button width in SetupTestButton() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
Dselect_overlay_node.cpp147 …const std::function<void()>& callback, int32_t overlayId, float& buttonWidth, bool isSelectAll = f… in BuildPasteButton()
205 …_ptr<SelectOverlayInfo>& info, int32_t overlayId, const MenuOptionsParam& item, float& buttonWidth) in CreatePasteButtonForCreateMenu()
232 float& buttonWidth, bool isSelectAll = false) in BuildButton()
1478 float buttonWidth = 0.0f; in ShowCut() local
1499 float buttonWidth = 0.0f; in ShowCopy() local
1520 float buttonWidth = 0.0f; in ShowPaste() local
1545 float buttonWidth = 0.0f; in ShowCopyAll() local
1566 float buttonWidth = 0.0f; in ShowAIWrite() local
1594 float buttonWidth = 0.0f; in ShowShare() local
1641 float buttonWidth = 0.0f; in ShowCamera() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
Dcounter_layout_algorithm.cpp60 auto buttonWidth = counterTheme->GetControlWidth().ConvertToPx(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
Dstepper_layout_algorithm.cpp122 …auto buttonWidth = (buttonLayoutConstraint.parentIdealSize.Width().value() / 2) - padding - margin; in MeasureLeftButton() local
163 …auto buttonWidth = (buttonLayoutConstraint.parentIdealSize.Width().value() / 2) - padding - margin; in MeasureRightButton() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dside_bar_container_model_impl.cpp109 auto buttonWidth = width.ConvertToVp(); in SetControlButtonWidth() local
/foundation/arkui/ui_lite/frameworks/components/
Dui_dialog.cpp369 …uint16_t buttonWidth = (width - 2 * BUTTON_PADDING - (buttonNum_ - 1) * BUTTON_MID_PADDING) / butt… in MeasureSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
Dbutton_layout_algorithm.cpp126 auto buttonWidth = selfLayoutConstraint->selfIdealSize.Width().value(); in HandleLabelCircleButtonConstraint() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
Dsearch_layout_algorithm.cpp151 auto buttonWidth = searchButtonSizeMeasure_.Width(); in TextFieldMeasure() local
721 auto buttonWidth = searchButtonSizeMeasure_.Width(); in LayoutDivider() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
Dcontainer_modal_view_enhance.cpp521 auto buttonWidth = TITLE_ICON_SIZE.ConvertToPx() + CONTENT_PADDING.ConvertToPx() * 2; in CalculateMenuOffset() local
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
Dcalendar_theme.h109 Dimension buttonWidth; member
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
Dsegmentbutton.js1263 get buttonWidth() { getter in m1
1267 set buttonWidth(newValue) { setter in m1