Searched refs:isNavigationKey (Results 1 – 5 of 5) sorted by relevance
2230 boolean isNavigationKey = false; in dispatchInputEvent()2237 isNavigationKey = isNavigationKey(keyEvent.getKeyCode()); in dispatchInputEvent()2269 if (isNavigationKey && mOverlayViewContainer.hasFocusable()) { in dispatchInputEvent()2841 public static boolean isNavigationKey(int keyCode) { in isNavigationKey() method in TvInputService
8857 private static boolean isNavigationKey(KeyEvent keyEvent) { in isNavigationKey() method in ViewRootImpl.TrackballAxis8913 if (event.hasNoModifiers() && isNavigationKey(event)) { in checkForLeavingTouchModeAndConsume()
18157 HSPLandroid/view/ViewRootImpl;->isNavigationKey(Landroid/view/KeyEvent;)Z
31651 Landroid/media/tv/TvInputService;->isNavigationKey(I)Z64047 Landroid/view/ViewRootImpl;->isNavigationKey(Landroid/view/KeyEvent;)Z
18221 HSPLandroid/view/ViewRootImpl;->isNavigationKey(Landroid/view/KeyEvent;)Z