Searched refs:childWindows (Results 1 – 1 of 1) sorted by relevance
3303 final ArrayList<WindowState> childWindows = new ArrayList<>(mChildren); in destroySurface() local3304 for (int i = childWindows.size() - 1; i >= 0; --i) { in destroySurface()3305 final WindowState c = childWindows.get(i); in destroySurface()4786 final ArrayList<WindowState> childWindows = new ArrayList<>(mChildren); in onExitAnimationDone() local4787 for (int i = childWindows.size() - 1; i >= 0; i--) { in onExitAnimationDone()4788 childWindows.get(i).onExitAnimationDone(); in onExitAnimationDone()