Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java85 private final CachedEventDispatcher mRecentsViewDispatcher = new CachedEventDispatcher(); field in OtherActivityInputConsumer
183 && !mRecentsViewDispatcher.hasConsumer()) { in onMotionEvent()
184 mRecentsViewDispatcher.setConsumer(mInteractionHandler in onMotionEvent()
188 mRecentsViewDispatcher.dispatchEvent(ev); in onMotionEvent()
205 mRecentsViewDispatcher.dispatchEvent(ev); in onMotionEvent()
208 default -> mRecentsViewDispatcher.dispatchEvent(ev); in onMotionEvent()
211 mRecentsViewDispatcher.dispatchEvent(ev); in onMotionEvent()