Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java107 return mRecentsView != null ? mRecentsView.getEventDispatcher(navbarRotation) : null; in getRecentsViewDispatcher()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java2187 public Consumer<MotionEvent> getEventDispatcher(float navbarRotation) { in getEventDispatcher() method in RecentsView