Searched refs:childWindows (Results 1 – 1 of 1) sorted by relevance
2895 final ArrayList<WindowState> childWindows = new ArrayList<>(mChildren); in destroySurface() local2896 for (int i = childWindows.size() - 1; i >= 0; --i) { in destroySurface()2897 final WindowState c = childWindows.get(i); in destroySurface()4228 final ArrayList<WindowState> childWindows = new ArrayList<>(mChildren); in onExitAnimationDone() local4229 for (int i = childWindows.size() - 1; i >= 0; i--) { in onExitAnimationDone()4230 childWindows.get(i).onExitAnimationDone(); in onExitAnimationDone()