Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java646 private int mNumInterestingWindows; field in ActivityRecord
1056 if (mNumInterestingWindows != 0 || mNumDrawnWindows != 0 in dump()
1059 pw.print(mNumInterestingWindows); in dump()
4347 final int numInteresting = mNumInterestingWindows; in updateAllDrawn()
5908 this, mNumInterestingWindows, mNumDrawnWindows); in checkAppWindowsReadyToShow()
6019 mNumInterestingWindows = findMainWindow(false /* includeStartingApp */) != null ? 1 : 0; in updateDrawnWindowStates()
6045 mNumInterestingWindows++; in updateDrawnWindowStates()
6052 + this + " w=" + w + " numInteresting=" + mNumInterestingWindows in updateDrawnWindowStates()
8625 proto.write(NUM_INTERESTING_WINDOWS, mNumInterestingWindows); in dumpDebug()