Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DGestureState.java146 private ThumbnailData mRecentsAnimationCanceledSnapshot; field in GestureState
362 mRecentsAnimationCanceledSnapshot = thumbnailData; in onRecentsAnimationCanceled()
365 if (mRecentsAnimationCanceledSnapshot != null) { in onRecentsAnimationCanceled()
370 mRecentsAnimationCanceledSnapshot = null; in onRecentsAnimationCanceled()
386 ThumbnailData data = mRecentsAnimationCanceledSnapshot; in consumeRecentsAnimationCanceledSnapshot()
387 mRecentsAnimationCanceledSnapshot = null; in consumeRecentsAnimationCanceledSnapshot()