Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskAnimationManager.java74 private boolean mRecentsAnimationStartPending = false; field in TaskAnimationManager
126 mShouldIgnoreMotionEvents = mRecentsAnimationStartPending; in notifyNewGestureStart()
167 if (enableHandleDelayedGestureCallbacks() && mRecentsAnimationStartPending) { in startRecentsAnimation()
171 mRecentsAnimationStartPending = false; in startRecentsAnimation()
213 if (enableHandleDelayedGestureCallbacks() && mRecentsAnimationStartPending) { in startRecentsAnimation()
218 mRecentsAnimationStartPending = false; in startRecentsAnimation()
225 if (enableHandleDelayedGestureCallbacks() && mRecentsAnimationStartPending) { in startRecentsAnimation()
230 mRecentsAnimationStartPending = false; in startRecentsAnimation()
341 mRecentsAnimationStartPending = getSystemUiProxy() in startRecentsAnimation()
347 .append(mRecentsAnimationStartPending)); in startRecentsAnimation()
[all …]