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

  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowToken.java 205 int numInteresting = 0;
237 numInteresting++;
249 boolean nowDrawn = numInteresting > 0 && numDrawn >= numInteresting;
250 boolean nowVisible = numInteresting > 0 && numVisible >= numInteresting;
261 + numInteresting + " visible=" + numVisible);
545 int numInteresting = 0;
551 numInteresting++;
562 allDrawn = (numInteresting > 0) && (numInteresting == numDrawn)
    [all...]
WindowSurfacePlacer.java     [all...]

Completed in 1792 milliseconds