Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h958 const Dimension& GetSpinnerWidth() const in GetSpinnerWidth() function
963 const Dimension& GetSpinnerWidth(ControlSize controlSize) const in GetSpinnerWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp912 …CalcSize idealSize = { CalcLength(selectTheme->GetSpinnerWidth()), CalcLength(selectTheme->GetSpin… in InitSpinner()