Searched refs:mNoAnimationNotifyOnTransitionFinished (Results 1 – 3 of 3) sorted by relevance
251 mService.mNoAnimationNotifyOnTransitionFinished.clear(); in handleAppTransitionReadyLocked()408 mService.mNoAnimationNotifyOnTransitionFinished.add(wtoken.token); in handleOpeningApps()
581 mService.mNoAnimationNotifyOnTransitionFinished.add(token); in onRemovedFromDisplay()
889 final List<IBinder> mNoAnimationNotifyOnTransitionFinished = new ArrayList<>(); field in WindowManagerService5878 for (int i = mNoAnimationNotifyOnTransitionFinished.size() - 1; i >= 0; i--) { in handleAnimatingStoppedAndTransitionLocked()5879 final IBinder token = mNoAnimationNotifyOnTransitionFinished.get(i); in handleAnimatingStoppedAndTransitionLocked()5882 mNoAnimationNotifyOnTransitionFinished.clear(); in handleAnimatingStoppedAndTransitionLocked()