Home
last modified time | relevance | path

Searched refs:buttonHeight (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_algorithm.cpp116 auto buttonHeight = static_cast<float>( in MeasureLeftButton() local
120 buttonLayoutConstraint.minSize = { 0, buttonHeight }; in MeasureLeftButton()
137 buttonLayoutConstraint.maxSize = { buttonWidth, buttonHeight }; in MeasureLeftButton()
138 buttonLayoutConstraint.selfIdealSize = OptionalSizeF(std::nullopt, buttonHeight); in MeasureLeftButton()
157 auto buttonHeight = static_cast<float>( in MeasureRightButton() local
161 buttonLayoutConstraint.minSize = { 0, buttonHeight }; in MeasureRightButton()
188 buttonLayoutConstraint.maxSize = { buttonWidth, buttonHeight }; in MeasureRightButton()
189 buttonLayoutConstraint.selfIdealSize = OptionalSizeF(std::nullopt, buttonHeight); in MeasureRightButton()
354 auto buttonHeight = leftButtonWrapper->GetGeometryNode()->GetFrameSize().Height(); in LayoutLeftButton() local
356 buttonHeightOffset += (controlHeight - buttonHeight) / in LayoutLeftButton()
395 auto buttonHeight = rightButtonWrapper->GetGeometryNode()->GetFrameSize().Height(); LayoutRightButton() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp113 auto buttonHeight = height.ConvertToVp(); in SetControlButtonHeight() local
114 component->SetButtonHeight(buttonHeight); in SetControlButtonHeight()
/foundation/arkui/ui_lite/test/uitest/test_video/
H A Dui_test_video.cpp101 int16_t buttonHeight = 40; // 40:button height in SetupTestButton() local
103 button->Resize(buttonWidth, buttonHeight); in SetupTestButton()
/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/
H A Dpopup.js251 this.__buttonHeight = new ObservedPropertySimplePU(0, this, "buttonHeight");
323 if (k29.buttonHeight !== undefined) {
324 this.buttonHeight = k29.buttonHeight;
470 get buttonHeight() {
474 set buttonHeight(z28) {
791 j28 -= this.buttonHeight;
980 this.buttonHeight = o26.height;
1165 this.buttonHeight = b24.height;
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js2357 this.__buttonHeight = new SynchedPropertySimpleTwoWayPU(g21.buttonHeight, this, 'buttonHeight');
2410 get buttonHeight() {
2414 set buttonHeight(z20) {
2454 this.buttonHeight = n20.height;
2455 i20 += this.buttonHeight;
2494 this.__buttonHeight = new ObservedPropertySimplePU(0, this, 'buttonHeight');
2564 if (w19.buttonHeight !== undefined) {
2565 this.buttonHeight = w19.buttonHeight;
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js1101 this.t3 = new ObservedPropertyObjectPU(Array.from({ length: a1 }, (i3, index) => 0), this, "buttonHeight");
1117 if (params.buttonHeight !== undefined) {
1118 this.buttonHeight = params.buttonHeight;
1296 get buttonHeight() {
1300 set buttonHeight(newValue) {
1307 this.buttonHeight[index] = value.height;
1425 this.buttonHeight[index] + 8 : this.buttonHeight[index]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp140 auto buttonHeight = selfLayoutConstraint->selfIdealSize.Height().value(); in HandleLabelCircleButtonConstraint() local
141 minLength = std::min(buttonWidth, buttonHeight); in HandleLabelCircleButtonConstraint()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp389 button->SetHeight(calendarTheme.buttonHeight); in BuildCardCalendarTitle()
464 button->SetHeight(calendarTheme.buttonHeight); in InitCardButton()
H A Dcalendar_theme.h110 Dimension buttonHeight; member
429 theme->cardCalendarTheme_.buttonHeight = in ParseCardCalendarThemePattern()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp209 auto buttonHeight = CalculateHeight() - PRESS_INTERVAL.ConvertToPx() * RATE; in SetButtonIdeaSize() local
211 buttonHeight = resizePickerItemHeight_ - PRESS_INTERVAL.ConvertToPx() * RATE; in SetButtonIdeaSize()
215 CalcLength(buttonHeight))); in SetButtonIdeaSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp768 auto buttonHeight = (CONTAINER_TITLE_HEIGHT == titleHeight_) ? CONTAINER_TITLE_HEIGHT : titleHeight_; in InitLayoutProperty() local
770 CalcSize(CalcLength(1.0, DimensionUnit::PERCENT), CalcLength(buttonHeight))); in InitLayoutProperty()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp96 auto buttonHeight = Dimension(std::min(standardButtonHeight, maxButtonHeight), DimensionUnit::PX); in SetButtonIdeaSize() local
98 CalcSize(CalcLength(width - PRESS_INTERVAL.ConvertToPx()), CalcLength(buttonHeight))); in SetButtonIdeaSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp102 auto buttonHeight = Dimension(std::min(standardButtonHeight, maxButtonHeight), DimensionUnit::PX); in OnDirtyLayoutWrapperSwap() local
104 CalcSize(CalcLength(width - PRESS_INTERVAL.ConvertToPx()), CalcLength(buttonHeight))); in OnDirtyLayoutWrapperSwap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp115 auto buttonHeight = textOverlayTheme->GetMenuButtonHeight(); in SetResponseRegion() local
117 auto responseHeight = top.Value() + menuPadding.Bottom().Value() + buttonHeight.Value(); in SetResponseRegion()

Completed in 28 milliseconds