Home
last modified time | relevance | path

Searched refs:getEmojiKey (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DTestsQwertyEmail.java64 public ExpectedKey getEmojiKey(final boolean isPhone) { in getEmojiKey() method in TestsQwertyEmail.EnglishEmailCustomizer
DTestsQwertyUrl.java64 public ExpectedKey getEmojiKey(final boolean isPhone) { in getEmojiKey() method in TestsQwertyUrl.EnglishUrlCustomizer
DTestsDvorakEmail.java68 public ExpectedKey getEmojiKey(final boolean isPhone) { in getEmojiKey() method in TestsDvorakEmail.DvorakEmailCustomizer
DTestsDvorakUrl.java66 public ExpectedKey getEmojiKey(final boolean isPhone) { in getEmojiKey() method in TestsDvorakUrl.DvorakUrlCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
DLayoutCustomizer.java172 public ExpectedKey getEmojiKey(final boolean isPhone) { in getEmojiKey() method in LayoutCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DSymbolsShifted.java53 .addKeysOnTheRightOfRow(4, customizer.getEmojiKey(isPhone)); in getLayout()
DLayoutBase.java90 .addKeysOnTheRightOfRow(numberOfRows, customizer.getEmojiKey(isPhone)); in convertCommonLayoutToKeyboard()
DSymbols.java55 .addKeysOnTheRightOfRow(4, customizer.getEmojiKey(isPhone)); in getLayout()