HomeSort by relevance Sort by last modified time
    Searched defs:KeyboardLayoutSet (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SystemBroadcastReceiver.java 36 import com.android.inputmethod.keyboard.KeyboardLayoutSet;
63 * this receiver and the {@link KeyboardLayoutSet}'s cache is cleared.
91 KeyboardLayoutSet.onSystemLocaleChanged();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionLabelTests.java 24 import com.android.inputmethod.keyboard.KeyboardLayoutSet;
59 KeyboardLayoutSet.onSystemLocaleChanged();
115 KeyboardLayoutSet.onSystemLocaleChanged();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetTestsBase.java 28 import com.android.inputmethod.keyboard.KeyboardLayoutSet.Builder;
88 KeyboardLayoutSet.onKeyboardThemeChanged();
147 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype,
153 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 60 * {@link KeyboardLayoutSet} are related to each other.
61 * A {@link KeyboardLayoutSet} needs to be created for each
64 public final class KeyboardLayoutSet {
65 private static final String TAG = KeyboardLayoutSet.class.getSimpleName();
68 private static final String TAG_KEYBOARD_SET = "KeyboardLayoutSet";
132 // Sparse array of KeyboardLayoutSet element parameters indexed by element's id.
161 KeyboardLayoutSet(final Context context, @Nonnull final Params params) {
369 public KeyboardLayoutSet build() {
371 throw new RuntimeException("KeyboardLayoutSet subtype is not specified");
379 return new KeyboardLayoutSet(mContext, mParams)
    [all...]
KeyboardSwitcher.java 29 import com.android.inputmethod.keyboard.KeyboardLayoutSet.KeyboardLayoutSetException;
60 private KeyboardLayoutSet mKeyboardLayoutSet;
61 // TODO: The following {@link KeyboardTextsSet} should be in {@link KeyboardLayoutSet}.
102 KeyboardLayoutSet.onKeyboardThemeChanged();
110 final KeyboardLayoutSet.Builder builder = new KeyboardLayoutSet.Builder(

Completed in 71 milliseconds