Home
last modified time | relevance | path

Searched refs:buttonMiniMumWidth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h233 return buttonMiniMumWidth; in GetButtonMiniMumWidth()
354 Dimension buttonMiniMumWidth = 72.0_vp; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp854 auto buttonMiniMumWidth = popupTheme->GetButtonMiniMumWidth().ConvertToPx(); in CreateButton() local
855 buttonProp->UpdateCalcMinSize(CalcSize(CalcLength(buttonMiniMumWidth), std::nullopt)); in CreateButton()