Searched refs:mNumInterestingWindows (Results 1 – 1 of 1) sorted by relevance
154 private int mNumInterestingWindows; field in AppWindowToken1372 … + " numInteresting=" + mNumInterestingWindows + " numDrawn=" + mNumDrawnWindows); in checkAppWindowsReadyToShow()1413 final int numInteresting = mNumInterestingWindows; in updateAllDrawn()1464 mNumInterestingWindows = findMainWindow(false /* includeStartingApp */) != null ? 1 : 0; in updateDrawnWindowStates()1488 mNumInterestingWindows++; in updateDrawnWindowStates()1494 + this + " w=" + w + " numInteresting=" + mNumInterestingWindows in updateDrawnWindowStates()2091 if (mNumInterestingWindows != 0 || mNumDrawnWindows != 0 in dump()2094 pw.print(mNumInterestingWindows); in dump()2199 proto.write(NUM_INTERESTING_WINDOWS, mNumInterestingWindows); in writeToProto()