Searched refs:navbarRotation (Results 1 – 2 of 2) sorted by relevance
2355 public Consumer<MotionEvent> getRecentsViewDispatcher(float navbarRotation) {2356 return mRecentsView != null ? mRecentsView.getEventDispatcher(navbarRotation) : null;
6545 public Consumer<MotionEvent> getEventDispatcher(float navbarRotation) { in getEventDispatcher() argument6547 if (navbarRotation == 0) { in getEventDispatcher()6550 degreesRotated = -navbarRotation; in getEventDispatcher()6560 if (navbarRotation != 0 in getEventDispatcher()