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

  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowToken.java 69 int numInterestingWindows;
293 if (numInterestingWindows != 0 || numDrawnWindows != 0
295 pw.print(prefix); pw.print("numInterestingWindows=");
296 pw.print(numInterestingWindows);
WindowAnimator.java 603 + wtoken + " numInteresting=" + wtoken.numInterestingWindows
    [all...]
WindowManagerService.java     [all...]

Completed in 553 milliseconds