Searched refs:mLastRecentsAnimationTransaction (Results 1 – 3 of 3) sorted by relevance
415 PictureInPictureSurfaceTransaction mLastRecentsAnimationTransaction; field in Task6023 mLastRecentsAnimationTransaction = new PictureInPictureSurfaceTransaction(transaction);6031 mLastRecentsAnimationTransaction = null;6040 if (mLastRecentsAnimationTransaction != null) {6045 PictureInPictureSurfaceTransaction.apply(mLastRecentsAnimationTransaction,6050 mLastRecentsAnimationTransaction = null;
2186 if (task.mLastRecentsAnimationTransaction != null) { in moveActivityToPinnedRootTask()2188 task.mLastRecentsAnimationTransaction, in moveActivityToPinnedRootTask()
5309 if (task != null && task.mLastRecentsAnimationTransaction != null) { in notifyAppStopped()