HomeSort by relevance Sort by last modified time
    Searched defs:allDrawn (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowAnimator.java 72 // Propagated from AppWindowToken.allDrawn, to determine when
74 boolean allDrawn;
364 if ((mAppToken.allDrawn || animating || mAppToken.startingDisplayed)
371 + " allDrawn=" + mAppToken.allDrawn + " animating=" + animating);
448 pw.print(" allDrawn="); pw.print(allDrawn);
AppWindowToken.java 118 boolean allDrawn;
120 // case do not clear allDrawn until the animation completes.
665 // We want to save surface if the app's windows are "allDrawn".
666 // (If we started entering animation early with saved surfaces, allDrawn
669 return allDrawn;
728 // Check if all interesting windows are drawn and we can mark allDrawn=true.
736 if (!allDrawn) {
737 allDrawn = (interestingNotDrawn == 0);
738 if (allDrawn) {
745 "restoreSavedSurfaceForInterestingWindows: " + this + " allDrawn=" + allDraw
    [all...]

Completed in 655 milliseconds