Home
last modified time | relevance | path

Searched defs:buttonHeight (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_video/
H A Dui_test_video.cpp101 int16_t buttonHeight = 40; // 40:button height in SetupTestButton() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_algorithm.cpp123 auto buttonHeight = static_cast<float>( in MeasureLeftButton() local
164 auto buttonHeight = static_cast<float>( in MeasureRightButton() local
361 auto buttonHeight = leftButtonWrapper->GetGeometryNode()->GetFrameSize().Height(); in LayoutLeftButton() local
402 auto buttonHeight = rightButtonWrapper->GetGeometryNode()->GetFrameSize().Height(); in LayoutRightButton() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp118 auto buttonHeight = height.ConvertToVp(); in SetControlButtonHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp127 auto buttonHeight = selfLayoutConstraint->selfIdealSize.Height().value(); in HandleLabelCircleButtonConstraint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp739 …auto buttonHeight = (CONTAINER_TITLE_HEIGHT == titleHeight_) ? CONTAINER_TITLE_HEIGHT : titleHeigh… in InitLayoutProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_theme.h110 Dimension buttonHeight; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp212 auto buttonHeight = CalculateHeight() - PRESS_INTERVAL.ConvertToPx() * RATE; in SetButtonIdeaSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp120 auto buttonHeight = textOverlayTheme->GetMenuButtonHeight(); in SetResponseRegion() local