Searched refs:mWaitingForDrawn (Results 1 – 4 of 4) sorted by relevance
5473 container.mWaitingForDrawn); in handleMessage()5479 container.mWaitingForDrawn.clear(); in handleMessage()6066 for (int j = container.mWaitingForDrawn.size() - 1; j >= 0; j--) { in checkDrawnWindowsLocked()6067 final WindowState win = (WindowState) container.mWaitingForDrawn.get(j); in checkDrawnWindowsLocked()6075 container.mWaitingForDrawn.remove(win); in checkDrawnWindowsLocked()6082 container.mWaitingForDrawn.remove(win); in checkDrawnWindowsLocked()6088 if (container.mWaitingForDrawn.isEmpty()) { in checkDrawnWindowsLocked()6700 for (int i = wc.mWaitingForDrawn.size() - 1; i >= 0; i--) { in dumpWindowsNoHeaderLocked()6701 final WindowState win = (WindowState) wc.mWaitingForDrawn.get(i); in dumpWindowsNoHeaderLocked()7824 if (container.mWaitingForDrawn.isEmpty()) { in waitForAllWindowsDrawn()[all …]
213 final ArrayList<WindowState> mWaitingForDrawn = new ArrayList<>(); field in WindowContainer3757 w.requestDrawIfNeeded(mWaitingForDrawn); in waitForAllWindowsDrawn()
3969 mWmService.mRoot.mWaitingForDrawn.add(this); in setWaitingForDrawnIfResizingChanged()
726 final List<WindowState> outWaitingForDrawn = mDisplayContent.mWaitingForDrawn; in testRequestDrawIfNeeded()