Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentsTransitionHandler.java302 private Pair<int[], TaskSnapshot[]> mPendingPauseSnapshotsForCancel; field in RecentsTransitionHandler.RecentsController
355 Pair<int[], TaskSnapshot[]> snapshots = mPendingPauseSnapshotsForCancel != null in sendCancelWithSnapshots()
356 ? mPendingPauseSnapshotsForCancel in sendCancelWithSnapshots()
432 mPendingPauseSnapshotsForCancel = null; in cleanUp()
681 mPendingPauseSnapshotsForCancel = getSnapshotsForPausingTasks(); in handleMidTransitionRequest()