Home
last modified time | relevance | path

Searched defs:COUNTER_BORDER_WIDTH (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.cpp26 constexpr double COUNTER_BORDER_WIDTH = 1.0; member
101 button->SetHeight(Dimension(GetHeight().Value() - COUNTER_RADIUS_DELTA * COUNTER_BORDER_WIDTH, GetHeight().Unit())); in BuildControl() local
103 Dimension(GetControlWidth().Value() - COUNTER_RADIUS_DELTA * COUNTER_BORDER_WIDTH, GetControlWidth().Unit())); in BuildControl() local
160 Dimension(GetHeight().Value() - COUNTER_RADIUS_DELTA * COUNTER_BORDER_WIDTH, GetHeight().Unit())); BuildContent() local
[all...]

Completed in 1 milliseconds