Searched refs:KEYCODE_OPTIONS (Results 1 – 2 of 2) sorted by relevance
28 static final int KEYCODE_OPTIONS = -100; field in LatinKeyboardView43 getOnKeyboardActionListener().onKey(KEYCODE_OPTIONS, null); in onLongPress()
525 } else if (primaryCode == LatinKeyboardView.KEYCODE_OPTIONS) { in onKey()