Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java660 private int mNumInterestingWindows; field in ActivityRecord
1088 if (mNumInterestingWindows != 0 || mNumDrawnWindows != 0 in dump()
1091 pw.print(mNumInterestingWindows); in dump()
4593 final int numInteresting = mNumInterestingWindows; in updateAllDrawn()
6203 this, mNumInterestingWindows, mNumDrawnWindows); in checkAppWindowsReadyToShow()
6310 mNumInterestingWindows = findMainWindow(false /* includeStartingApp */) != null ? 1 : 0; in updateDrawnWindowStates()
6336 mNumInterestingWindows++; in updateDrawnWindowStates()
6343 + this + " w=" + w + " numInteresting=" + mNumInterestingWindows in updateDrawnWindowStates()
9056 proto.write(NUM_INTERESTING_WINDOWS, mNumInterestingWindows); in dumpDebug()