Searched refs:allDrawn (Results 1 – 6 of 6) sorted by relevance
90 boolean allDrawn; field in AppWindowToken476 return allDrawn; in shouldSaveSurface()561 if (!allDrawn) { in restoreSavedSurfaces()562 allDrawn = (numInteresting > 0) && (numInteresting == numDrawn); in restoreSavedSurfaces()563 if (allDrawn) { in restoreSavedSurfaces()570 "restoreSavedSurfaces: " + appWindowToken + " allDrawn=" + allDrawn in restoreSavedSurfaces()582 allDrawn = false; in clearAllDrawn()864 || allDrawn || mAppAnimator.allDrawn) { in dump()869 pw.print(" allDrawn="); pw.print(allDrawn); in dump()870 pw.print(" (animator="); pw.print(mAppAnimator.allDrawn); in dump()
470 if (atoken == null || atoken.allDrawn) { in updateWindowsLocked()638 final boolean allDrawn = wtoken.allDrawn; in testTokenMayBeDrawnLocked()639 if (allDrawn != appAnimator.allDrawn) { in testTokenMayBeDrawnLocked()640 appAnimator.allDrawn = allDrawn; in testTokenMayBeDrawnLocked()641 if (allDrawn) { in testTokenMayBeDrawnLocked()
73 boolean allDrawn; field in AppWindowAnimator366 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed) in stepAnimationLocked()373 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating); in stepAnimationLocked()450 pw.print(" allDrawn="); pw.print(allDrawn); in dump()
792 + " isOnScreen=" + w.isOnScreen() + " allDrawn=" + atoken.allDrawn in applySurfaceChangesTransaction()795 if (atoken != null && (!atoken.allDrawn || !atoken.allDrawnExcludingSaved in applySurfaceChangesTransaction()804 if (!atoken.allDrawn && w.mightAffectAllDrawn(false /* visibleOnly */)) { in applySurfaceChangesTransaction()1327 wtoken.allDrawn = true; in handleClosingApps()1366 + wtoken.allDrawn + " startingDisplayed=" in transitionGoodToGo()1375 final boolean drawnBeforeRestoring = wtoken.allDrawn; in transitionGoodToGo()1378 if (!wtoken.allDrawn && !wtoken.startingDisplayed && !wtoken.startingMoved) { in transitionGoodToGo()1381 if (wtoken.allDrawn) { in transitionGoodToGo()1556 if (!wtoken.allDrawn) { in updateAllDrawnLocked()1563 wtoken.allDrawn = true; in updateAllDrawnLocked()
632 if (atoken == null || atoken.allDrawn || mWin.mAttrs.type == TYPE_APPLICATION_STARTING) { in commitFinishDrawingLocked()
4238 if (ttoken.allDrawn) { in transferStartingWindow()4239 wtoken.allDrawn = true; in transferStartingWindow()