Searched refs:isNavigationKey (Results 1 – 2 of 2) sorted by relevance
1386 boolean isNavigationKey = false;1393 isNavigationKey = isNavigationKey(keyEvent.getKeyCode());1424 if (isNavigationKey && mOverlayViewContainer.hasFocusable()) {1932 public static boolean isNavigationKey(int keyCode) {
5427 private static boolean isNavigationKey(KeyEvent keyEvent) { in isNavigationKey() method in ViewRootImpl5483 if (isNavigationKey(event)) { in checkForLeavingTouchModeAndConsume()