Searched refs:mLastRecentsAnimationTransaction (Results 1 – 3 of 3) sorted by relevance
484 PictureInPictureSurfaceTransaction mLastRecentsAnimationTransaction; field in Task7626 mLastRecentsAnimationTransaction = new PictureInPictureSurfaceTransaction(transaction);7634 mLastRecentsAnimationTransaction = null;7643 if (mLastRecentsAnimationTransaction != null) {7648 PictureInPictureSurfaceTransaction.apply(mLastRecentsAnimationTransaction,7653 mLastRecentsAnimationTransaction = null;
2150 if (task.mLastRecentsAnimationTransaction != null) { in moveActivityToPinnedRootTask()2152 task.mLastRecentsAnimationTransaction, in moveActivityToPinnedRootTask()
5039 if (task != null && task.mLastRecentsAnimationTransaction != null) { in notifyAppStopped()