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.java224 + ", isAnimationSet=" + win.mWinAnimator.isAnimationSet()); in updateReportedVisibilityLocked()
240 if (!win.mWinAnimator.isAnimationSet()) { in updateReportedVisibilityLocked()
244 } else if (win.mWinAnimator.isAnimationSet()) { in updateReportedVisibilityLocked()
317 || (win.mWinAnimator.isAnimationSet() in isVisible()
DWindowStateAnimator.java311 boolean isAnimationSet() { in isAnimationSet() method in WindowStateAnimator
322 return isAnimationSet() && !mAnimating; in isAnimationStarting()
439 } else if (isAnimationSet()) { in stepAnimationLocked()
1351 if (isAnimationSet() && stackClip == STACK_CLIP_NONE) { in adjustCropToStackBounds()
1373 final boolean useFinalClipRect = isAnimationSet() && stackClip == STACK_CLIP_AFTER_ANIM in adjustCropToStackBounds()
1630 if (DEBUG_ANIM && isAnimationSet()) { in prepareSurfaceLocked()
DWallpaperController.java149 return mWallpaperTarget != null && mWallpaperTarget.mWinAnimator.isAnimationSet() in isWallpaperTargetAnimating()
522 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.java1566 + " animating=" + highestTarget.mWinAnimator.isAnimationSet() in findDesiredInputMethodWindowIndexLocked()
1576 } else if (highestTarget.mWinAnimator.isAnimationSet() && in findDesiredInputMethodWindowIndexLocked()
2343 + " isAnimationSet=" + win.mWinAnimator.isAnimationSet() in removeWindowLocked()
2423 winAnimator.isAnimationSet() && !winAnimator.isDummyAnimation(); in removeWindowLocked()
3025 } else if (win.mWinAnimator.isAnimationSet()) { in tryStartExitingAnimation()
3388 if (win.mWinAnimator.isAnimationSet()) { in removeWindowToken()
DWindowSurfacePlacer.java808 + ", isAnimationSet=" + winAnimator.isAnimationSet()); in applySurfaceChangesTransaction()