Searched refs:mWaitingForDrawn (Results 1 – 3 of 3) sorted by relevance
549 ArrayList<WindowState> mWaitingForDrawn = new ArrayList<>(); field in WindowManagerService4775 Slog.w(TAG_WM, "Timeout waiting for drawn: undrawn=" + mWaitingForDrawn); in handleMessage()4776 mWaitingForDrawn.clear(); in handleMessage()5327 if (mWaitingForDrawn.isEmpty() || mWaitingForDrawnCallback == null) { in checkDrawnWindowsLocked()5330 for (int j = mWaitingForDrawn.size() - 1; j >= 0; j--) { in checkDrawnWindowsLocked()5331 WindowState win = mWaitingForDrawn.get(j); in checkDrawnWindowsLocked()5339 mWaitingForDrawn.remove(win); in checkDrawnWindowsLocked()5343 mWaitingForDrawn.remove(win); in checkDrawnWindowsLocked()5346 if (mWaitingForDrawn.isEmpty()) { in checkDrawnWindowsLocked()6054 if (mWaitingForDrawn.size() > 0) { in dumpWindowsNoHeaderLocked()[all …]
829 if (!mService.mWaitingForDrawn.isEmpty()) { in startImeAdjustAnimation()
3679 mWmService.mWaitingForDrawn.add(w); in waitForAllWindowsDrawn()