Home
last modified time | relevance | path

Searched refs:PlayFocusAnimation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_element.cpp105 button_->PlayFocusAnimation(true); in OnFocus()
144 button_->PlayFocusAnimation(false); in OnBlur()
H A Drender_button.h88 void PlayFocusAnimation(bool isFocus);
H A Drender_button.cpp841 void RenderButton::PlayFocusAnimation(bool isFocus) in PlayFocusAnimation() function in OHOS::Ace::RenderButton