Searched refs:mNumInterestingWindows (Results 1 – 1 of 1) sorted by relevance
740 private int mNumInterestingWindows; field in ActivityRecord1231 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);