Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
H A DRecentsTransitionHandler.java258 private Pair<int[], TaskSnapshot[]> mPendingPauseSnapshotsForCancel; field in RecentsTransitionHandler.RecentsController
311 Pair<int[], TaskSnapshot[]> snapshots = mPendingPauseSnapshotsForCancel != null in sendCancelWithSnapshots()
312 ? mPendingPauseSnapshotsForCancel in sendCancelWithSnapshots()
383 mPendingPauseSnapshotsForCancel = null; in cleanUp()
537 mPendingPauseSnapshotsForCancel = getSnapshotsForPausingTasks(); in handleMidTransitionRequest()