Searched refs:numInterestingWindows (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowToken.java85 int numInterestingWindows; field in class:AppWindowToken
778 if (numInterestingWindows != 0 || numDrawnWindows != 0
780 pw.print(prefix); pw.print("numInterestingWindows=");
781 pw.print(numInterestingWindows);
H A DWindowSurfacePlacer.java799 atoken.numInterestingWindows = atoken.numDrawnWindows = 0;
821 atoken.numInterestingWindows++;
827 + atoken.numInterestingWindows
1555 int numInteresting = wtoken.numInterestingWindows;
H A DWindowAnimator.java631 + wtoken + " numInteresting=" + wtoken.numInterestingWindows

Completed in 70 milliseconds