Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DLatinKeyboardView.java28 static final int KEYCODE_OPTIONS = -100; field in LatinKeyboardView
43 getOnKeyboardActionListener().onKey(KEYCODE_OPTIONS, null); in onLongPress()
DSoftKeyboard.java525 } else if (primaryCode == LatinKeyboardView.KEYCODE_OPTIONS) { in onKey()