Searched refs:onExitAnimationDone (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java292 mWin.onExitAnimationDone();
H A DAppWindowToken.java1946 // WindowState.onExitAnimationDone might modify the children list, so make a copy and then
1949 children.forEach(WindowState::onExitAnimationDone);
H A DWindowState.java1704 // Mark all relevant flags for that onExitAnimationDone will proceed all the way
4095 void onExitAnimationDone() { method in class:WindowState
4096 if (DEBUG_ANIM) Slog.v(TAG, "onExitAnimationDone in " + this
4104 childWindows.get(i).onExitAnimationDone();
4143 mWinAnimator.hide(getPendingTransaction(), "onExitAnimationDone");

Completed in 56 milliseconds