Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp208 const char BORDER_RADIUS_SIZE[] = "border_radius_size"; variable
H A Dtheme_attributes.h210 extern const char BORDER_RADIUS_SIZE[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbutton_modifier.cpp53 constexpr int32_t BORDER_RADIUS_SIZE = 12; // BorderRadius array size variable
440 if ((values == nullptr) || (valuesSize != BORDER_RADIUS_SIZE)) { in SetButtonBorderRadius()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h176 … theme->borderRadiusSize_ = Radius(pattern->GetAttr<Dimension>(BORDER_RADIUS_SIZE, 20.0_vp)); in ParsePatternSubThirdPart()