Searched refs:childWindows (Results 1 – 1 of 1) sorted by relevance
3335 final ArrayList<WindowState> childWindows = new ArrayList<>(mChildren); in destroySurface() local3336 for (int i = childWindows.size() - 1; i >= 0; --i) { in destroySurface()3337 final WindowState c = childWindows.get(i); in destroySurface()4750 final ArrayList<WindowState> childWindows = new ArrayList<>(mChildren); in onExitAnimationDone() local4751 for (int i = childWindows.size() - 1; i >= 0; i--) { in onExitAnimationDone()4752 childWindows.get(i).onExitAnimationDone(); in onExitAnimationDone()