/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_layout_algorithm.cpp | 116 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 D | side_bar_container_model_impl.cpp | 113 auto buttonHeight = height.ConvertToVp(); in SetControlButtonHeight() local 114 component->SetButtonHeight(buttonHeight); in SetControlButtonHeight()
|
/foundation/arkui/ui_lite/test/uitest/test_video/ |
H A D | ui_test_video.cpp | 101 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 D | popup.js | 251 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 D | dialog.js | 2357 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 D | segmentbutton.js | 1101 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 D | button_layout_algorithm.cpp | 140 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 D | calendar_component.cpp | 389 button->SetHeight(calendarTheme.buttonHeight); in BuildCardCalendarTitle() 464 button->SetHeight(calendarTheme.buttonHeight); in InitCardButton()
|
H A D | calendar_theme.h | 110 Dimension buttonHeight; member 429 theme->cardCalendarTheme_.buttonHeight = in ParseCardCalendarThemePattern()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_pattern.cpp | 209 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 D | container_modal_pattern.cpp | 768 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 D | timepicker_row_pattern.cpp | 96 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 D | datepicker_pattern.cpp | 102 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 D | select_overlay_node.cpp | 115 auto buttonHeight = textOverlayTheme->GetMenuButtonHeight(); in SetResponseRegion() local 117 auto responseHeight = top.Value() + menuPadding.Bottom().Value() + buttonHeight.Value(); in SetResponseRegion()
|