Home
last modified time | relevance | path

Searched refs:mLastRecentsAnimationTransaction (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTask.java484 PictureInPictureSurfaceTransaction mLastRecentsAnimationTransaction; field in Task
7626 mLastRecentsAnimationTransaction = new PictureInPictureSurfaceTransaction(transaction);
7634 mLastRecentsAnimationTransaction = null;
7643 if (mLastRecentsAnimationTransaction != null) {
7648 PictureInPictureSurfaceTransaction.apply(mLastRecentsAnimationTransaction,
7653 mLastRecentsAnimationTransaction = null;
DRootWindowContainer.java2150 if (task.mLastRecentsAnimationTransaction != null) { in moveActivityToPinnedRootTask()
2152 task.mLastRecentsAnimationTransaction, in moveActivityToPinnedRootTask()
DActivityRecord.java5039 if (task != null && task.mLastRecentsAnimationTransaction != null) { in notifyAppStopped()