Searched refs:layoutSet (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
D | ActionTestsBase.java | 80 private static void assertActionKey(final String tag, final KeyboardLayoutSet layoutSet, in assertActionKey() argument 82 final Keyboard keyboard = layoutSet.getKeyboard(elementId); in assertActionKey() 100 final KeyboardLayoutSet layoutSet = createKeyboardLayoutSet(subtype, editorInfo); in doTestActionKey() local 101 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_ALPHABET, expectedKey); in doTestActionKey() 102 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_SYMBOLS, expectedKey); in doTestActionKey() 103 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_SYMBOLS_SHIFTED, expectedKey); in doTestActionKey() 105 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_PHONE, expectedKey); in doTestActionKey() 106 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_PHONE_SYMBOLS, expectedKey); in doTestActionKey() 108 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_NUMBER, expectedKey); in doTestActionKey()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | KeyboardLayoutSetNavigateMoreKeysBase.java | 85 final KeyboardLayoutSet layoutSet = createKeyboardLayoutSet(subtype, editorInfo); in doTestMoreKeysOf() local 86 final Keyboard keyboard = layoutSet.getKeyboard(elementId); in doTestMoreKeysOf()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
D | EmojiCategory.java | 164 final KeyboardLayoutSet layoutSet, final TypedArray emojiPaletteViewAttr) { in EmojiCategory() argument 168 mLayoutSet = layoutSet; in EmojiCategory()
|
D | EmojiPalettesView.java | 116 final KeyboardLayoutSet layoutSet = builder.build(); in EmojiPalettesView() local 120 res, layoutSet, emojiPalettesViewAttr); in EmojiPalettesView()
|