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

  /libcore/benchmarks/src/benchmarks/regression/
BreakIteratorBenchmark.java 33 EMOJI(Locale.US, ">>\ud83d\ude01<<\nwhich is:\n\">>\\ud83d\\ude01<<\""),
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodSubtype.java 192 // Caveat: We probably should remove this when we add an Emoji subtype in {@link R.xml.method}.
193 // Dummy Emoji subtype. See {@link R.xml.method}.
196 "KeyboardLayoutSet=" + SubtypeLocaleUtils.EMOJI
236 SubtypeLocaleUtils.NO_LANGUAGE, SubtypeLocaleUtils.EMOJI);
245 Log.w(TAG, "Can't find emoji subtype");
EmojiAltPhysicalKeyDetector.java 35 * A class for detecting Emoji-Alt physical key.
128 final EmojiHotKeys emojiHotKeys = new EmojiHotKeys("emoji", emojiSwitchSet) {
132 switcher.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.EMOJI);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 30 import com.android.inputmethod.keyboard.emoji.EmojiPalettesView;
311 EMOJI(KeyboardId.ELEMENT_EMOJI_RECENTS),
330 return KeyboardSwitchState.EMOJI;
346 if (toggleState == KeyboardSwitchState.EMOJI) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtils.java 52 public static final String EMOJI = "emoji";

Completed in 70 milliseconds