Home
last modified time | relevance | path

Searched refs:GetSelectMinWidth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_model_ng.cpp41 … layoutProperty->UpdateCalcMinSize(CalcSize(CalcLength(theme->GetSelectMinWidth()), std::nullopt)); in SetSelectDefaultSize()
45 …layoutProperty->UpdateCalcMinSize(CalcSize(CalcLength(theme->GetSelectMinWidth(pattern->GetControl… in SetSelectDefaultSize()
H A Dselect_pattern.cpp1402 …layoutProperty->UpdateCalcMinSize(CalcSize(CalcLength(selectTheme->GetSelectMinWidth(controlSize_)… in ResetParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h995 const Dimension& GetSelectMinWidth() const in GetSelectMinWidth() function
1000 const Dimension& GetSelectMinWidth(ControlSize controlSize) const in GetSelectMinWidth() function