Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DGestureState.java183 private HashMap<Integer, ThumbnailData> mRecentsAnimationCanceledSnapshots; field in GestureState
479 mRecentsAnimationCanceledSnapshots = thumbnailDatas; in onRecentsAnimationCanceled()
482 if (mRecentsAnimationCanceledSnapshots != null) { in onRecentsAnimationCanceled()
487 mRecentsAnimationCanceledSnapshots = null; in onRecentsAnimationCanceled()
523 if (mRecentsAnimationCanceledSnapshots != null) { in consumeRecentsAnimationCanceledSnapshot()
525 new HashMap<Integer, ThumbnailData>(mRecentsAnimationCanceledSnapshots); in consumeRecentsAnimationCanceledSnapshot()
526 mRecentsAnimationCanceledSnapshots = null; in consumeRecentsAnimationCanceledSnapshot()