Home
last modified time | relevance | path

Searched refs:isAnimationSet (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java221 + ", isAnimationSet=" + win.mWinAnimator.isAnimationSet()); in updateReportedVisibilityLocked()
237 if (!win.mWinAnimator.isAnimationSet()) { in updateReportedVisibilityLocked()
241 } else if (win.mWinAnimator.isAnimationSet()) { in updateReportedVisibilityLocked()
314 || (win.mWinAnimator.isAnimationSet() in isVisible()
DWindowStateAnimator.java308 boolean isAnimationSet() { in isAnimationSet() method in WindowStateAnimator
319 return isAnimationSet() && !mAnimating; in isAnimationStarting()
436 } else if (isAnimationSet()) { in stepAnimationLocked()
1338 if (isAnimationSet() && stackClip == STACK_CLIP_NONE) { in adjustCropToStackBounds()
1360 final boolean useFinalClipRect = isAnimationSet() && stackClip == STACK_CLIP_AFTER_ANIM in adjustCropToStackBounds()
1614 if (DEBUG_ANIM && isAnimationSet()) { in prepareSurfaceLocked()
DWallpaperController.java149 return mWallpaperTarget != null && mWallpaperTarget.mWinAnimator.isAnimationSet() in isWallpaperTargetAnimating()
519 if (w == mWallpaperTarget && w.mWinAnimator.isAnimationSet()) { in findWallpaperTarget()
DAppWindowAnimator.java441 isAnimating |= winAnimator.isAnimationSet(); in showAllWindowsLocked()
DTaskStack.java503 if (winAnimator.isAnimationSet() || winAnimator.mWin.mAnimatingExit) { in isAnimating()
DWindowManagerService.java1557 + " animating=" + highestTarget.mWinAnimator.isAnimationSet() in findDesiredInputMethodWindowIndexLocked()
1567 } else if (highestTarget.mWinAnimator.isAnimationSet() && in findDesiredInputMethodWindowIndexLocked()
2334 + " isAnimationSet=" + win.mWinAnimator.isAnimationSet() in removeWindowLocked()
2414 winAnimator.isAnimationSet() && !winAnimator.isDummyAnimation(); in removeWindowLocked()
3002 } else if (win.mWinAnimator.isAnimationSet()) { in tryStartExitingAnimation()
3359 if (win.mWinAnimator.isAnimationSet()) { in removeWindowToken()
DWindowSurfacePlacer.java808 + ", isAnimationSet=" + winAnimator.isAnimationSet()); in applySurfaceChangesTransaction()