Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java130 private static final int[] KEY_DELETE = { Keyboard.KEYCODE_DELETE }; field in KeyboardView
861 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE); in detectAndSendKey()