Home
last modified time | relevance | path

Searched refs:refreshAnimationCallback_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h195 if (refreshAnimationCallback_) { in SetShowOption()
196 refreshAnimationCallback_(showOption_, true); in SetShowOption()
204 refreshAnimationCallback_ = value; in SetRefreshAnimationCallback()
208 return refreshAnimationCallback_; in GetRefreshAnimationCallback()
323 RefreshAnimationCallback refreshAnimationCallback_; variable
H A Dselect_popup_component.cpp127 if (refreshAnimationCallback_ && animationController_) { in HideDialog()
129 refreshAnimationCallback_(hideOption_, false); in HideDialog()
186 if (refreshAnimationCallback_ && animationController_) { in CloseContextMenu()
188 refreshAnimationCallback_(hideOption_, false); in CloseContextMenu()