OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 438 milliseconds