Home
last modified time | relevance | path

Searched refs:BOX_HOVER_RADIUS (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_checkbox_util.cpp24 constexpr Dimension BOX_HOVER_RADIUS = 8.0_vp; member
46 backDecoration->SetBorderRadius(Radius(BOX_HOVER_RADIUS)); in CreateComponentAndSetChildAttr()
H A Ddom_button_util.cpp25 constexpr Dimension BOX_HOVER_RADIUS = 8.0_vp; member
75 backDecoration->SetBorderRadius(Radius(BOX_HOVER_RADIUS)); in CreateComponentAndSetChildAttr()
H A Ddom_textfield_util.cpp28 constexpr Dimension BOX_HOVER_RADIUS = 18.0_vp; member
367 backDecoration->SetBorderRadius(Radius(BOX_HOVER_RADIUS)); in UpdateDecorationStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_switch.cpp24 constexpr Dimension BOX_HOVER_RADIUS = 8.0_vp; member
161 backDecoration->SetBorderRadius(Radius(BOX_HOVER_RADIUS)); in PrepareSpecializedComponent()
H A Ddom_textarea.cpp25 constexpr Dimension BOX_HOVER_RADIUS = 18.0_vp; member
386 backDecoration->SetBorderRadius(Radius(BOX_HOVER_RADIUS)); in UpdateDecoration()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp33 constexpr Dimension BOX_HOVER_RADIUS = 18.0_vp; member
378 backDecoration->SetBorderRadius(Radius(BOX_HOVER_RADIUS)); in UpdateDecorationStyle()

Completed in 4 milliseconds