Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DAbsSwipeUpHandler.java1826 public Consumer<MotionEvent> getRecentsViewDispatcher(float navbarRotation) {
1827 return mRecentsView != null ? mRecentsView.getEventDispatcher(navbarRotation) : null;
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java4687 public Consumer<MotionEvent> getEventDispatcher(float navbarRotation) { in getEventDispatcher() argument
4689 if (navbarRotation == 0) { in getEventDispatcher()
4692 degreesRotated = -navbarRotation; in getEventDispatcher()
4702 if (navbarRotation != 0 in getEventDispatcher()