Searched refs:navbarRotation (Results 1 – 2 of 2) sorted by relevance
1826 public Consumer<MotionEvent> getRecentsViewDispatcher(float navbarRotation) {1827 return mRecentsView != null ? mRecentsView.getEventDispatcher(navbarRotation) : null;
4687 public Consumer<MotionEvent> getEventDispatcher(float navbarRotation) { in getEventDispatcher() argument4689 if (navbarRotation == 0) { in getEventDispatcher()4692 degreesRotated = -navbarRotation; in getEventDispatcher()4702 if (navbarRotation != 0 in getEventDispatcher()