OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KEYCODE_OPTIONS
(Results
1 - 3
of
3
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java
27
static final int
KEYCODE_OPTIONS
= -100;
40
getOnKeyboardActionListener().onKey(
KEYCODE_OPTIONS
, null);
/frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java
25
static final int
KEYCODE_OPTIONS
= -100;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardView.java
38
static final int
KEYCODE_OPTIONS
= -100;
95
getOnKeyboardActionListener().onKey(
KEYCODE_OPTIONS
, null);
Completed in 23 milliseconds