Home
last modified time | relevance | path

Searched refs:KEYCODE_L (Results 1 – 4 of 4) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DKeyboardInterpreter.java50 case KeyEvent.KEYCODE_L: in onKeyDown()
97 case KeyEvent.KEYCODE_L: in onKeyDown()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarShortcutMenuAccessibilityDelegate.java65 MOVE_TO_TOP_OR_LEFT, R.string.move_drop_target_top_or_left, KeyEvent.KEYCODE_L)); in TaskbarShortcutMenuAccessibilityDelegate()
/packages/apps/TV/interactive/SampleTvInteractiveAppService/src/com/android/tv/samples/sampletvinteractiveappservice/
DTiasSessionImpl.java380 case KeyEvent.KEYCODE_L: { in onKeyDown()
429 case KeyEvent.KEYCODE_L: in onKeyUp()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java512 map.put(KeyEvent.KEYCODE_L, KeyEvent.KEYCODE_SYSTEM_NAVIGATION_RIGHT); in map.put() argument