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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java132 private static final int[] KEY_DELETE = { Keyboard.KEYCODE_DELETE }; field in class:KeyboardView
818 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE);

Completed in 86 milliseconds