Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java415 PictureInPictureSurfaceTransaction mLastRecentsAnimationTransaction; field in Task
6023 mLastRecentsAnimationTransaction = new PictureInPictureSurfaceTransaction(transaction);
6031 mLastRecentsAnimationTransaction = null;
6040 if (mLastRecentsAnimationTransaction != null) {
6045 PictureInPictureSurfaceTransaction.apply(mLastRecentsAnimationTransaction,
6050 mLastRecentsAnimationTransaction = null;
H A DRootWindowContainer.java2186 if (task.mLastRecentsAnimationTransaction != null) { in moveActivityToPinnedRootTask()
2188 task.mLastRecentsAnimationTransaction, in moveActivityToPinnedRootTask()
H A DActivityRecord.java5309 if (task != null && task.mLastRecentsAnimationTransaction != null) { in notifyAppStopped()