Searched refs:mWaitingForDrawn (Results 1 – 3 of 3) sorted by relevance
5799 container.mWaitingForDrawn); in handleMessage()5801 for (int i = 0; i < container.mWaitingForDrawn.size(); i++) { in handleMessage()5802 traceEndWaitingForWindowDrawn(container.mWaitingForDrawn.get(i)); in handleMessage()5805 container.mWaitingForDrawn.clear(); in handleMessage()6366 for (int j = container.mWaitingForDrawn.size() - 1; j >= 0; j--) { in checkDrawnWindowsLocked()6367 final WindowState win = (WindowState) container.mWaitingForDrawn.get(j); in checkDrawnWindowsLocked()6375 container.mWaitingForDrawn.remove(win); in checkDrawnWindowsLocked()6382 container.mWaitingForDrawn.remove(win); in checkDrawnWindowsLocked()6388 if (container.mWaitingForDrawn.isEmpty()) { in checkDrawnWindowsLocked()6996 for (int i = wc.mWaitingForDrawn.size() - 1; i >= 0; i--) { in dumpWindowsLocked()[all …]
211 final ArrayList<WindowState> mWaitingForDrawn = new ArrayList<>(); field in WindowContainer3761 w.requestDrawIfNeeded(mWaitingForDrawn); in waitForAllWindowsDrawn()
754 final List<WindowState> outWaitingForDrawn = mDisplayContent.mWaitingForDrawn; in testRequestDrawIfNeeded()