Searched refs:allDrawn (Results 1 – 6 of 6) sorted by relevance
88 boolean allDrawn; field in AppWindowToken405 return allDrawn; in shouldSaveSurface()490 if (!allDrawn) { in restoreSavedSurfaces()491 allDrawn = (numInteresting > 0) && (numInteresting == numDrawn); in restoreSavedSurfaces()492 if (allDrawn) { in restoreSavedSurfaces()499 "restoreSavedSurfaces: " + appWindowToken + " allDrawn=" + allDrawn in restoreSavedSurfaces()511 allDrawn = false; in clearAllDrawn()779 || allDrawn || mAppAnimator.allDrawn) { in dump()784 pw.print(" allDrawn="); pw.print(allDrawn); in dump()785 pw.print(" (animator="); pw.print(mAppAnimator.allDrawn); in dump()
452 if (atoken == null || atoken.allDrawn) { in updateWindowsLocked()620 final boolean allDrawn = wtoken.allDrawn; in testTokenMayBeDrawnLocked()621 if (allDrawn != appAnimator.allDrawn) { in testTokenMayBeDrawnLocked()622 appAnimator.allDrawn = allDrawn; in testTokenMayBeDrawnLocked()623 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()1321 wtoken.allDrawn = true; in handleClosingApps()1360 + wtoken.allDrawn + " startingDisplayed=" in transitionGoodToGo()1369 final boolean drawnBeforeRestoring = wtoken.allDrawn; in transitionGoodToGo()1372 if (!wtoken.allDrawn && !wtoken.startingDisplayed && !wtoken.startingMoved) { in transitionGoodToGo()1375 if (wtoken.allDrawn) { in transitionGoodToGo()1554 if (!wtoken.allDrawn) { in updateAllDrawnLocked()1561 wtoken.allDrawn = true; in updateAllDrawnLocked()
629 if (atoken == null || atoken.allDrawn || mWin.mAttrs.type == TYPE_APPLICATION_STARTING) { in commitFinishDrawingLocked()
4198 if (ttoken.allDrawn) { in transferStartingWindow()4199 wtoken.allDrawn = true; in transferStartingWindow()