Home
last modified time | relevance | path

Searched refs:GetControlWidth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.cpp103 …Dimension(GetControlWidth().Value() - COUNTER_RADIUS_DELTA * COUNTER_BORDER_WIDTH, GetControlWidth in BuildControl()
164 … if (GreatNotEqual(GetWidth().Value() - COUNTER_ITEM_SIZE_DIFF * GetControlWidth().Value(), 0.0)) { in BuildContent()
166 …Dimension(GetWidth().Value() - COUNTER_ITEM_SIZE_DIFF * GetControlWidth().Value(), GetWidth().Unit… in BuildContent()
H A Dcounter_theme.h95 const Dimension& GetControlWidth() const in GetControlWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_model_ng.cpp78 … CalcSize(CalcLength(counterTheme->GetControlWidth()), CalcLength(counterTheme->GetHeight()))); in CreateButtonChild()
91 … CalcSize(CalcLength(counterTheme->GetControlWidth()), CalcLength(counterTheme->GetHeight()))); in CreateButtonChild()
H A Dcounter_layout_algorithm.cpp60 auto buttonWidth = counterTheme->GetControlWidth().ConvertToPx(); in Measure()