Home
last modified time | relevance | path

Searched refs:isNavigationKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DTvInputService.java1389 boolean isNavigationKey = false;
1396 isNavigationKey = isNavigationKey(keyEvent.getKeyCode());
1427 if (isNavigationKey && mOverlayViewContainer.hasFocusable()) {
1937 public static boolean isNavigationKey(int keyCode) {
/frameworks/base/core/java/android/view/
DViewRootImpl.java5816 private static boolean isNavigationKey(KeyEvent keyEvent) { in isNavigationKey() method in ViewRootImpl
5872 if (isNavigationKey(event)) { in checkForLeavingTouchModeAndConsume()
/frameworks/base/config/
Dboot-image-profile.txt7860 HPLandroid/view/ViewRootImpl;->isNavigationKey(Landroid/view/KeyEvent;)Z