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.java770 private int mNumInterestingWindows; field in ActivityRecord
1285 if (mNumInterestingWindows != 0 || mNumDrawnWindows != 0 in dump()
1288 pw.print(mNumInterestingWindows); in dump()
5354 final int numInteresting = mNumInterestingWindows; in updateAllDrawn()
7086 this, mNumInterestingWindows, mNumDrawnWindows); in checkAppWindowsReadyToShow()
7192 mNumInterestingWindows = findMainWindow(false /* includeStartingApp */) != null ? 1 : 0; in updateDrawnWindowStates()
7218 mNumInterestingWindows++; in updateDrawnWindowStates()
7225 + this + " w=" + w + " numInteresting=" + mNumInterestingWindows in updateDrawnWindowStates()
10692 proto.write(NUM_INTERESTING_WINDOWS, mNumInterestingWindows);