Searched refs:childWindows (Results 1 – 1 of 1) sorted by relevance
2935 final ArrayList<WindowState> childWindows = new ArrayList<>(mChildren); in destroySurface() local2936 for (int i = childWindows.size() - 1; i >= 0; --i) { in destroySurface()2937 final WindowState c = childWindows.get(i); in destroySurface()4344 final ArrayList<WindowState> childWindows = new ArrayList<>(mChildren); in onExitAnimationDone() local4345 for (int i = childWindows.size() - 1; i >= 0; i--) { in onExitAnimationDone()4346 childWindows.get(i).onExitAnimationDone(); in onExitAnimationDone()