Home
last modified time | relevance | path

Searched refs:GetHoverRadius (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.cpp57 hoverRadius_ = theme->GetHoverRadius(); in ApplyTheme()
H A Dcheckable_component.h285 const Dimension& GetHoverRadius() const in GetHoverRadius() function
H A Dcheckable_theme.h129 const Dimension& GetHoverRadius() const in GetHoverRadius() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_paint_method.cpp97 hoverRadius_ = checkBoxTheme->GetHoverRadius(); in InitializeParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_pattern.cpp554 paintParameters.hoverRadius = checkBoxTheme->GetHoverRadius(); in InitializeModifierParam()