HomeSort by relevance Sort by last modified time
    Searched defs:EMOJI (Results 1 - 3 of 3) 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/utils/
SubtypeLocaleUtils.java 52 public static final String EMOJI = "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) {

Completed in 144 milliseconds