Searched defs:allDrawn (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java71 // Propagated from AppWindowToken.allDrawn, to determine when
73 boolean allDrawn; field in class:AppWindowAnimator
366 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed)
373 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating);
450 pw.print(" allDrawn="); pw.print(allDrawn);
H A DAppWindowToken.java92 boolean allDrawn; field in class:AppWindowToken
94 // case do not clear allDrawn until the animation completes.
474 // We want to save surface if the app's windows are "allDrawn".
475 // (If we started entering animation early with saved surfaces, allDrawn
478 return allDrawn;
546 // Check if we have enough drawn windows to mark allDrawn= true.
563 if (!allDrawn) {
564 allDrawn = (numInteresting > 0) && (numInteresting == numDrawn);
565 if (allDrawn) {
572 "restoreSavedSurfaces: " + appWindowToken + " allDrawn
[all...]

Completed in 41 milliseconds