Searched refs:KEYCODE_ESCAPE (Results 1 – 6 of 6) sorted by relevance
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | SharedInputHandlerTest.java | 159 new KeyEvent(0, 0, MotionEvent.ACTION_DOWN, KeyEvent.KEYCODE_ESCAPE, 0, 0); in testEscButton_CancelsSearch() 172 new KeyEvent(0, 0, MotionEvent.ACTION_DOWN, KeyEvent.KEYCODE_ESCAPE, 0, 0); in testEscButton_ClearsSelection() 183 new KeyEvent(0, 0, MotionEvent.ACTION_DOWN, KeyEvent.KEYCODE_ESCAPE, 0, 0); in testEscButton_DoesNotPopDirectory()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | SharedInputHandler.java | 66 case KeyEvent.KEYCODE_ESCAPE: in onKeyDown()
|
D | FocusManager.java | 470 case KeyEvent.KEYCODE_ESCAPE: in handleKey()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | KeyboardInterpreter.java | 44 case KeyEvent.KEYCODE_ESCAPE: in onKeyDown()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | NavigableAppWidgetHostView.java | 77 if (mChildrenFocused && event.getKeyCode() == KeyEvent.KEYCODE_ESCAPE in dispatchKeyEvent()
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | RotaryService.java | 474 map.put(KeyEvent.KEYCODE_ESCAPE, KeyEvent.KEYCODE_BACK); in map.put() argument
|