HomeSort by relevance Sort by last modified time
    Searched refs:KEYCODE_OPTIONS (Results 1 - 2 of 2) sorted by null

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java 28 static final int KEYCODE_OPTIONS = -100;
43 getOnKeyboardActionListener().onKey(KEYCODE_OPTIONS, null);
SoftKeyboard.java 525 } else if (primaryCode == LatinKeyboardView.KEYCODE_OPTIONS) {

Completed in 4105 milliseconds