Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java740 private int mNumInterestingWindows; field in ActivityRecord
1231 if (mNumInterestingWindows != 0 || mNumDrawnWindows != 0 in dump()
1234 pw.print(mNumInterestingWindows); in dump()
5111 final int numInteresting = mNumInterestingWindows; in updateAllDrawn()
6870 this, mNumInterestingWindows, mNumDrawnWindows); in checkAppWindowsReadyToShow()
6976 mNumInterestingWindows = findMainWindow(false /* includeStartingApp */) != null ? 1 : 0; in updateDrawnWindowStates()
7002 mNumInterestingWindows++; in updateDrawnWindowStates()
7009 + this + " w=" + w + " numInteresting=" + mNumInterestingWindows in updateDrawnWindowStates()
10331 proto.write(NUM_INTERESTING_WINDOWS, mNumInterestingWindows);