Searched refs:allDrawn (Results 1 – 5 of 5) sorted by relevance
117 boolean allDrawn; field in AppWindowToken696 return allDrawn; in shouldSaveSurface()763 if (!allDrawn) { in restoreSavedSurfaceForInterestingWindows()764 allDrawn = (interestingNotDrawn == 0); in restoreSavedSurfaceForInterestingWindows()765 if (allDrawn) { in restoreSavedSurfaceForInterestingWindows()772 "restoreSavedSurfaceForInterestingWindows: " + this + " allDrawn=" + allDrawn in restoreSavedSurfaceForInterestingWindows()784 allDrawn = false; in clearAllDrawn()1233 if (fromToken.allDrawn) { in transferStartingWindow()1234 allDrawn = true; in transferStartingWindow()1334 if (allDrawn == mAppAnimator.allDrawn) { in checkAppWindowsReadyToShow()[all …]
466 wtoken.allDrawn = true; in handleClosingApps()537 + wtoken.allDrawn + " startingDisplayed=" in transitionGoodToGo()542 final boolean drawnBeforeRestoring = wtoken.allDrawn; in transitionGoodToGo()545 final boolean allDrawn = wtoken.allDrawn && !wtoken.isRelaunching(); in transitionGoodToGo()546 if (!allDrawn && !wtoken.startingDisplayed && !wtoken.startingMoved) { in transitionGoodToGo()551 if (allDrawn) { in transitionGoodToGo()
74 boolean allDrawn; field in AppWindowAnimator372 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed) in stepAnimationLocked()379 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating); in stepAnimationLocked()457 pw.print(" allDrawn="); pw.print(allDrawn); in dump()
538 if (atoken == null || atoken.allDrawn || mWin.mAttrs.type == TYPE_APPLICATION_STARTING) { in commitFinishDrawingLocked()
360 if (atoken == null || atoken.allDrawn) {