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

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

Completed in 165 milliseconds