Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskAnimationManager.java75 private boolean mShouldIgnoreMotionEvents = false; field in TaskAnimationManager
118 return mShouldIgnoreMotionEvents; in shouldIgnoreMotionEvents()
126 mShouldIgnoreMotionEvents = mRecentsAnimationStartPending; in notifyNewGestureStart()
534 pw.println(prefix + "\tmShouldIgnoreUpcomingGestures=" + mShouldIgnoreMotionEvents); in dump()