HomeSort by relevance Sort by last modified time
    Searched refs:numInterestingWindows (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
AppWindowToken.java 67 int numInterestingWindows;
266 if (numInterestingWindows != 0 || numDrawnWindows != 0
268 pw.print(prefix); pw.print("numInterestingWindows=");
269 pw.print(numInterestingWindows);
WindowAnimator.java 430 + wtoken + " numInteresting=" + wtoken.numInterestingWindows
WindowManagerService.java     [all...]

Completed in 2569 milliseconds