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 61 * {@link KeyboardLayoutSet} are related to each other.
62 * A {@link KeyboardLayoutSet} needs to be created for each
65 public final class KeyboardLayoutSet {
66 private static final String TAG = KeyboardLayoutSet.class.getSimpleName();
69 private static final String TAG_KEYBOARD_SET = "KeyboardLayoutSet";
133 // Sparse array of KeyboardLayoutSet element parameters indexed by element's id.
162 KeyboardLayoutSet(final Context context, @Nonnull final Params params) {
380 public KeyboardLayoutSet build() {
382 throw new RuntimeException("KeyboardLayoutSet subtype is not specified");
390 return new KeyboardLayoutSet(mContext, mParams)
    [all...]
KeyboardSwitcher.java 29 import com.android.inputmethod.keyboard.KeyboardLayoutSet.KeyboardLayoutSetException;
62 private KeyboardLayoutSet mKeyboardLayoutSet;
63 // TODO: The following {@link KeyboardTextsSet} should be in {@link KeyboardLayoutSet}.
104 KeyboardLayoutSet.onKeyboardThemeChanged();
112 final KeyboardLayoutSet.Builder builder = new KeyboardLayoutSet.Builder(

Completed in 94 milliseconds