Searched defs:KEYCODE_BACK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DKeyEvent.java99 public static final int KEYCODE_BACK = 4; field in class:KeyEvent
394 * Navigates forward in the history stack. Complement of {@link #KEYCODE_BACK}. */
1773 case KeyEvent.KEYCODE_BACK:
1806 case KeyEvent.KEYCODE_BACK:

Completed in 112 milliseconds