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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
ActionTestsBase.java 80 private static void assertActionKey(final String tag, final KeyboardLayoutSet layoutSet,
82 final Keyboard keyboard = layoutSet.getKeyboard(elementId);
100 final KeyboardLayoutSet layoutSet = createKeyboardLayoutSet(subtype, editorInfo);
101 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_ALPHABET, expectedKey);
102 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_SYMBOLS, expectedKey);
103 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_SYMBOLS_SHIFTED, expectedKey);
105 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_PHONE, expectedKey);
106 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_PHONE_SYMBOLS, expectedKey);
108 assertActionKey(tag, layoutSet, KeyboardId.ELEMENT_NUMBER, expectedKey);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategory.java 164 final KeyboardLayoutSet layoutSet, final TypedArray emojiPaletteViewAttr) {
168 mLayoutSet = layoutSet;
EmojiPalettesView.java 116 final KeyboardLayoutSet layoutSet = builder.build();
120 res, layoutSet, emojiPalettesViewAttr);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java 85 final KeyboardLayoutSet layoutSet = createKeyboardLayoutSet(subtype, editorInfo);
86 final Keyboard keyboard = layoutSet.getKeyboard(elementId);

Completed in 201 milliseconds