Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp234 const char INLINE_RADIUS_SIZE[] = "inline_radius_size"; variable
H A Dtheme_attributes.h237 extern const char INLINE_RADIUS_SIZE[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h188 … theme->inlineRadiusSize_ = Radius(pattern->GetAttr<Dimension>(INLINE_RADIUS_SIZE, 4.0_vp)); in ParsePatternSubThirdPart()