Searched refs:mWaitingForDrawn (Results 1 – 4 of 4) sorted by relevance
5118 container.mWaitingForDrawn); in handleMessage()5119 container.mWaitingForDrawn.clear(); in handleMessage()5632 for (int j = container.mWaitingForDrawn.size() - 1; j >= 0; j--) { in checkDrawnWindowsLocked()5633 final WindowState win = (WindowState) container.mWaitingForDrawn.get(j); in checkDrawnWindowsLocked()5641 container.mWaitingForDrawn.remove(win); in checkDrawnWindowsLocked()5645 container.mWaitingForDrawn.remove(win); in checkDrawnWindowsLocked()5648 if (container.mWaitingForDrawn.isEmpty()) { in checkDrawnWindowsLocked()6300 for (int i = wc.mWaitingForDrawn.size() - 1; i >= 0; i--) { in dumpWindowsNoHeaderLocked()6301 final WindowState win = (WindowState) wc.mWaitingForDrawn.get(i); in dumpWindowsNoHeaderLocked()7509 if (container.mWaitingForDrawn.isEmpty()) { in waitForAllWindowsDrawn()
184 final ArrayList<WindowState> mWaitingForDrawn = new ArrayList<>(); field in WindowContainer3053 w.requestDrawIfNeeded(mWaitingForDrawn); in waitForAllWindowsDrawn()
4081 mWmService.mRoot.mWaitingForDrawn.add(this); in setWaitingForDrawnIfResizingChanged()
649 final List<WindowState> outWaitingForDrawn = mDisplayContent.mWaitingForDrawn; in testRequestDrawIfNeeded()