Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DGestureState.java145 private HashMap<Integer, ThumbnailData> mRecentsAnimationCanceledSnapshots; field in GestureState
378 mRecentsAnimationCanceledSnapshots = thumbnailDatas; in onRecentsAnimationCanceled()
381 if (mRecentsAnimationCanceledSnapshots != null) { in onRecentsAnimationCanceled()
386 mRecentsAnimationCanceledSnapshots = null; in onRecentsAnimationCanceled()
403 if (mRecentsAnimationCanceledSnapshots != null) { in consumeRecentsAnimationCanceledSnapshot()
405 new HashMap<Integer, ThumbnailData>(mRecentsAnimationCanceledSnapshots); in consumeRecentsAnimationCanceledSnapshot()
406 mRecentsAnimationCanceledSnapshots = null; in consumeRecentsAnimationCanceledSnapshot()