Searched refs:allDrawn (Results 1 – 5 of 5) sorted by relevance
118 boolean allDrawn; field in AppWindowToken669 return allDrawn; in shouldSaveSurface()736 if (!allDrawn) { in restoreSavedSurfaceForInterestingWindows()737 allDrawn = (interestingNotDrawn == 0); in restoreSavedSurfaceForInterestingWindows()738 if (allDrawn) { in restoreSavedSurfaceForInterestingWindows()745 "restoreSavedSurfaceForInterestingWindows: " + this + " allDrawn=" + allDrawn in restoreSavedSurfaceForInterestingWindows()757 allDrawn = false; in clearAllDrawn()1208 if (fromToken.allDrawn) { in transferStartingWindow()1209 allDrawn = true; in transferStartingWindow()1318 if (allDrawn == mAppAnimator.allDrawn) { in checkAppWindowsReadyToShow()[all …]
459 wtoken.allDrawn = true; in handleClosingApps()530 + wtoken.allDrawn + " startingDisplayed=" in transitionGoodToGo()535 final boolean drawnBeforeRestoring = wtoken.allDrawn; in transitionGoodToGo()538 final boolean allDrawn = wtoken.allDrawn && !wtoken.isRelaunching(); in transitionGoodToGo()539 if (!allDrawn && !wtoken.startingDisplayed && !wtoken.startingMoved) { in transitionGoodToGo()544 if (allDrawn) { in transitionGoodToGo()
74 boolean allDrawn; field in AppWindowAnimator364 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed) in stepAnimationLocked()371 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating); in stepAnimationLocked()448 pw.print(" allDrawn="); pw.print(allDrawn); in dump()
537 if (atoken == null || atoken.allDrawn || mWin.mAttrs.type == TYPE_APPLICATION_STARTING) { in commitFinishDrawingLocked()
349 if (atoken == null || atoken.allDrawn) {