Searched refs:childWindows (Results 1 – 1 of 1) sorted by relevance
2815 final ArrayList<WindowState> childWindows = new ArrayList<>(mChildren); in destroySurface() local2816 for (int i = childWindows.size() - 1; i >= 0; --i) { in destroySurface()2817 final WindowState c = childWindows.get(i); in destroySurface()4102 final ArrayList<WindowState> childWindows = new ArrayList<>(mChildren); in onExitAnimationDone() local4103 for (int i = childWindows.size() - 1; i >= 0; i--) { in onExitAnimationDone()4104 childWindows.get(i).onExitAnimationDone(); in onExitAnimationDone()