Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimator.java310 boolean isAnimationScheduled() { in isAnimationScheduled() method in WindowAnimator
H A DWindowManagerService.java5194 if (mAnimator.isAnimationScheduled()) { in handleMessage()
8234 boolean isAnimating = mAnimator.isAnimationScheduled() in waitForAnimationsToComplete()
8256 if (mAnimator.isAnimationScheduled() || animatingContainer != null || animateStarting) { in waitForAnimationsToComplete()
/aosp12/frameworks/base/services/
H A Dart-profile49408 HPLcom/android/server/wm/WindowAnimator;->isAnimationScheduled()Z