Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java1653 return mRecentsView != null ? mRecentsView.getEventDispatcher(navbarRotation) : null;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3643 public Consumer<MotionEvent> getEventDispatcher(float navbarRotation) { in getEventDispatcher() method