Searched refs:mWaitingForDrawn (Results 1 – 4 of 4) sorted by relevance
550 ArrayList<WindowState> mWaitingForDrawn = new ArrayList<>(); field in WindowManagerService4800 Slog.w(TAG_WM, "Timeout waiting for drawn: undrawn=" + mWaitingForDrawn); in handleMessage()4801 mWaitingForDrawn.clear(); in handleMessage()5348 if (mWaitingForDrawn.isEmpty() || mWaitingForDrawnCallback == null) { in checkDrawnWindowsLocked()5351 for (int j = mWaitingForDrawn.size() - 1; j >= 0; j--) { in checkDrawnWindowsLocked()5352 WindowState win = mWaitingForDrawn.get(j); in checkDrawnWindowsLocked()5360 mWaitingForDrawn.remove(win); in checkDrawnWindowsLocked()5364 mWaitingForDrawn.remove(win); in checkDrawnWindowsLocked()5367 if (mWaitingForDrawn.isEmpty()) { in checkDrawnWindowsLocked()6087 if (mWaitingForDrawn.size() > 0) { in dumpWindowsNoHeaderLocked()[all …]
831 if (!mService.mWaitingForDrawn.isEmpty()) { in startImeAdjustAnimation()
3462 mWmService.mWaitingForDrawn.add(this); in setWaitingForDrawnIfResizingChanged()
3691 mWmService.mWaitingForDrawn.add(w); in waitForAllWindowsDrawn()