Home
last modified time | relevance | path

Searched refs:SetMouseAnimationType (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtoggle_model_impl.cpp41 checkboxComponent->SetMouseAnimationType(HoverAnimationType::NONE); in Create()
54 switchComponent->SetMouseAnimationType(HoverAnimationType::NONE); in Create()
H A Drating_model_impl.cpp28 component->SetMouseAnimationType(HoverAnimationType::NONE); in Create()
H A Dform_model_impl.cpp32 boxComponent->SetMouseAnimationType(HoverAnimationType::SCALE); in Create()
H A Dcheckbox_model_impl.cpp54 checkboxComponent->SetMouseAnimationType(HoverAnimationType::NONE); in Create()
H A Dcheckboxgroup_model_impl.cpp52 checkboxComponent->SetMouseAnimationType(HoverAnimationType::NONE); in Create()
H A Dbutton_model_impl.cpp142 buttonComponent->SetMouseAnimationType(HoverAnimationType::SCALE); in Create()
157 buttonComponent->SetMouseAnimationType(HoverAnimationType::SCALE); in CreateWithChild()
H A Dradio_model_impl.cpp48 radioComponent->SetMouseAnimationType(HoverAnimationType::NONE); in Create()
H A Dsearch_model_impl.cpp438 boxComponent->SetMouseAnimationType(HoverAnimationType::BOARD); in PrepareSpecializedComponent()
H A Dview_abstract_model_impl.cpp1394 boxComponent->SetMouseAnimationType(static_cast<HoverAnimationType>(hoverEffect)); in SetHoverEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h226 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h279 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.cpp144 boxComponent_->SetMouseAnimationType(HoverAnimationType::OPACITY); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.h217 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h116 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp152 buttonComponent->SetMouseAnimationType(HoverAnimationType::NONE); in CreateButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_switch.cpp158 boxComponent_->SetMouseAnimationType(HoverAnimationType::OPACITY); in PrepareSpecializedComponent()
H A Ddom_list_item.cpp391 boxComponent_->SetMouseAnimationType(HoverAnimationType::OPACITY); in PrepareSpecializedComponent()
H A Ddom_search.cpp324 boxComponent_->SetMouseAnimationType(HoverAnimationType::OPACITY); in PrepareSpecializedComponent()
H A Ddom_textarea.cpp321 boxComponent_->SetMouseAnimationType(HoverAnimationType::OPACITY); in PrepareSpecializedComponent()
H A Ddom_input.cpp223 boxComponent_->SetMouseAnimationType(HoverAnimationType::OPACITY); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h300 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_button_util.cpp97 component->SetMouseAnimationType(HoverAnimationType::SCALE); in CreateComponentAndSetChildAttr()