Home
last modified time | relevance | path

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

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