OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EMOJI_ACTION_KEY
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
LayoutBase.java
157
return isPhone ? key(ENTER_KEY,
EMOJI_ACTION_KEY
) : ENTER_KEY;
297
public static final ExpectedKey
EMOJI_ACTION_KEY
= key(ICON_EMOJI_ACTION, Constants.CODE_EMOJI);
PcQwerty.java
62
? joinKeys(key(ENTER_KEY,
EMOJI_ACTION_KEY
))
Completed in 319 milliseconds