Home
last modified time | relevance | path

Searched defs:animationType (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/slider/
Dslider_component.h226 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType()
/foundation/arkui/ace_engine/frameworks/core/components/button/
Dbutton_component.h217 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType()
/foundation/arkui/ace_engine/frameworks/core/components/rating/
Drating_component.h279 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType()
/foundation/arkui/ace_engine/frameworks/core/components/box/
Dbox_component.h116 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType()
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
Dcheckable_component.h300 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Dtext_field_component.cpp666 void TextFieldComponent::SetHoverAnimationType(HoverAnimationType animationType) in SetHoverAnimationType()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.h895 void SetHoverAnimationType(HoverAnimationType animationType) in SetHoverAnimationType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtab_bar_pattern.cpp1065 …BarPattern::PlayPressAnimation(int32_t index, const Color& pressColor, AnimationType animationType) in PlayPressAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dframe_node.cpp1723 HoverEffectType animationType = HoverEffectType::UNKNOWN; in AnimateHoverEffect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/tabs/
Dtabs_test_ng.cpp5156 auto animationType = AnimationType::HOVERTOPRESS; variable