Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.cpp86 hoverToTouchDuration_ = switchTheme->GetHoverToTouchDuration(); in InitializeParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_paint_method.cpp104 hoverToTouchDuration_ = checkBoxTheme->GetHoverToTouchDuration(); in InitializeParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.cpp101 hoverToTouchDuration_ = radioTheme->GetHoverToTouchDuration(); in InitializeParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_theme.h154 double GetHoverToTouchDuration() const in GetHoverToTouchDuration() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_pattern.cpp560 paintParameters.hoverToTouchDuration = checkBoxTheme->GetHoverToTouchDuration(); in InitializeModifierParam()