Searched refs:childWindows (Results 1 – 1 of 1) sorted by relevance
4208 final LinkedList<WindowState> childWindows = new LinkedList(mChildren); in onExitAnimationDone() local4209 for (int i = childWindows.size() - 1; i >= 0; i--) { in onExitAnimationDone()4210 childWindows.get(i).onExitAnimationDone(); in onExitAnimationDone()