Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java69 int numInterestingWindows; field in AppWindowToken
310 if (numInterestingWindows != 0 || numDrawnWindows != 0 in dump()
313 pw.print(numInterestingWindows); in dump()
DWindowAnimator.java606 + wtoken + " numInteresting=" + wtoken.numInterestingWindows in testTokenMayBeDrawnLocked()
DWindowManagerService.java9815 int numInteresting = wtoken.numInterestingWindows; in updateAllDrawnLocked()
10092 atoken.numInterestingWindows = atoken.numDrawnWindows = 0; in performLayoutAndPlaceSurfacesLockedInner()
10112 atoken.numInterestingWindows++; in performLayoutAndPlaceSurfacesLockedInner()