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
293 if (numInterestingWindows != 0 || numDrawnWindows != 0 in dump()
296 pw.print(numInterestingWindows); in dump()
DWindowAnimator.java603 + wtoken + " numInteresting=" + wtoken.numInterestingWindows in testTokenMayBeDrawnLocked()
DWindowManagerService.java9574 int numInteresting = wtoken.numInterestingWindows; in updateAllDrawnLocked()
9851 atoken.numInterestingWindows = atoken.numDrawnWindows = 0; in performLayoutAndPlaceSurfacesLockedInner()
9871 atoken.numInterestingWindows++; in performLayoutAndPlaceSurfacesLockedInner()