Home
last modified time | relevance | path

Searched refs:hoverToTouchDuration_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_modifier.h59 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
65 SetBoardColor(LinearColor(clickEffectColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
221 float hoverToTouchDuration_ = 0.0f; variable
H A Dcheckbox_paint_method.cpp104 hoverToTouchDuration_ = checkBoxTheme->GetHoverToTouchDuration(); in InitializeParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_modifier.h70 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
76 SetBoardColor(LinearColor(clickEffectColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
265 float hoverToTouchDuration_ = 0.0f; variable
H A Dcheckboxgroup_modifier.cpp69 hoverToTouchDuration_ = parameters.hoverToTouchDuration; in CheckBoxGroupModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_modifier.h58 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
64 SetBoardColor(LinearColor(clickEffectColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
274 float hoverToTouchDuration_ = 0.0f; variable
H A Dswitch_paint_method.cpp86 hoverToTouchDuration_ = switchTheme->GetHoverToTouchDuration(); in InitializeParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_theme.h156 return hoverToTouchDuration_; in GetHoverToTouchDuration()
196 double hoverToTouchDuration_ = 0.0f; variable
265 …theme->hoverToTouchDuration_ = checkboxPattern->GetAttr<double>("hover_to_press_animation_duration… in ParsePattern()
362 …theme->hoverToTouchDuration_ = switchPattern->GetAttr<double>("hover_to_press_animation_duration",… in ParsePattern()
467 …theme->hoverToTouchDuration_ = radioPattern->GetAttr<double>("hover_to_press_animation_duration", … in ParsePattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.cpp101 hoverToTouchDuration_ = radioTheme->GetHoverToTouchDuration(); in InitializeParam()
112 SetBoardColor(LinearColor(hoverColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
118 SetBoardColor(LinearColor(clickEffectColor_), hoverToTouchDuration_, Curves::SHARP); in UpdateAnimatableProperty()
H A Dradio_modifier.h213 float hoverToTouchDuration_ = 0.0f; variable