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

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java 28 static final int KEYCODE_OPTIONS = -100;
41 getOnKeyboardActionListener().onKey(KEYCODE_OPTIONS, null);
SoftKeyboard.java 512 } else if (primaryCode == LatinKeyboardView.KEYCODE_OPTIONS) {
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java 25 static final int KEYCODE_OPTIONS = -100;

Completed in 49 milliseconds