Searched refs:navbarRotation (Results 1 – 2 of 2) sorted by relevance
2253 public Consumer<MotionEvent> getRecentsViewDispatcher(float navbarRotation) {2254 return mRecentsView != null ? mRecentsView.getEventDispatcher(navbarRotation) : null;
5847 public Consumer<MotionEvent> getEventDispatcher(float navbarRotation) { in getEventDispatcher() argument5849 if (navbarRotation == 0) { in getEventDispatcher()5852 degreesRotated = -navbarRotation; in getEventDispatcher()5862 if (navbarRotation != 0 in getEventDispatcher()