OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEYCODE_LANGUAGE_SWITCH
(Results
1 - 3
of
3
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java
30
static final int
KEYCODE_LANGUAGE_SWITCH
= -101;
LatinKeyboard.java
75
} else if (key.codes[0] == LatinKeyboardView.
KEYCODE_LANGUAGE_SWITCH
) {
SoftKeyboard.java
522
} else if (primaryCode == LatinKeyboardView.
KEYCODE_LANGUAGE_SWITCH
) {
Completed in 2804 milliseconds