Searched refs:AddInteractiveAnimation (Results 1 – 7 of 7) sorted by relevance
210 void AddInteractiveAnimation(const std::function<void()>& callback) in AddInteractiveAnimation() function215 AnimationUtils::AddInteractiveAnimation(interactiveAnimation_, callback); in AddInteractiveAnimation()
99 bool NavigationManager::AddInteractiveAnimation(const std::function<void()>& addCallback) in AddInteractiveAnimation() function in OHOS::Ace::NG::NavigationManager111 proxy->AddInteractiveAnimation(addCallback); in AddInteractiveAnimation()
85 bool AddInteractiveAnimation(const std::function<void()>& addCallback);
82 static void AddInteractiveAnimation(
229 void AnimationUtils::AddInteractiveAnimation( in AddInteractiveAnimation() function in OHOS::Ace::AnimationUtils
280 void AnimationUtils::AddInteractiveAnimation( in AddInteractiveAnimation() function in OHOS::Ace::AnimationUtils
4861 return navigationMgr_->AddInteractiveAnimation(animationCallback); in CatchInteractiveAnimations()