Searched refs:isNavigationKey (Results 1 – 5 of 5) sorted by relevance
2091 boolean isNavigationKey = false; in dispatchInputEvent()2098 isNavigationKey = isNavigationKey(keyEvent.getKeyCode()); in dispatchInputEvent()2130 if (isNavigationKey && mOverlayViewContainer.hasFocusable()) { in dispatchInputEvent()2702 public static boolean isNavigationKey(int keyCode) { in isNavigationKey() method in TvInputService
8098 private static boolean isNavigationKey(KeyEvent keyEvent) { in isNavigationKey() method in ViewRootImpl.TrackballAxis8154 if (event.hasNoModifiers() && isNavigationKey(event)) { in checkForLeavingTouchModeAndConsume()
18480 HSPLandroid/view/ViewRootImpl;->isNavigationKey(Landroid/view/KeyEvent;)Z
31651 Landroid/media/tv/TvInputService;->isNavigationKey(I)Z64690 Landroid/view/ViewRootImpl;->isNavigationKey(Landroid/view/KeyEvent;)Z
18544 HSPLandroid/view/ViewRootImpl;->isNavigationKey(Landroid/view/KeyEvent;)Z