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 28 import com.android.inputmethod.keyboard.KeyboardLayoutSet;
58 * this receiver and the {@link KeyboardLayoutSet}'s cache is cleared.
83 KeyboardLayoutSet.onSystemLocaleChanged();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetActionLabelKlpTests.java 91 KeyboardLayoutSet.onSystemLocaleChanged();
KeyboardLayoutSetTestsBase.java 28 import com.android.inputmethod.keyboard.KeyboardLayoutSet.Builder;
55 KeyboardLayoutSet.onKeyboardThemeChanged();
116 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype,
122 protected KeyboardLayoutSet createKeyboardLayoutSet(final InputMethodSubtype subtype,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 57 * {@link KeyboardLayoutSet} are related to each other.
58 * A {@link KeyboardLayoutSet} needs to be created for each
61 public final class KeyboardLayoutSet {
62 private static final String TAG = KeyboardLayoutSet.class.getSimpleName();
65 private static final String TAG_KEYBOARD_SET = "KeyboardLayoutSet";
117 // Sparse array of KeyboardLayoutSet element parameters indexed by element's id.
135 KeyboardLayoutSet(final Context context, final Params params) {
297 public KeyboardLayoutSet build() {
299 throw new RuntimeException("KeyboardLayoutSet subtype is not specified");
311 return new KeyboardLayoutSet(mContext, mParams)
    [all...]
KeyboardSwitcher.java 30 import com.android.inputmethod.keyboard.KeyboardLayoutSet.KeyboardLayoutSetException;
60 private KeyboardLayoutSet mKeyboardLayoutSet;
61 // TODO: The following {@link KeyboardTextsSet} should be in {@link KeyboardLayoutSet}.
104 KeyboardLayoutSet.onKeyboardThemeChanged();
112 final KeyboardLayoutSet.Builder builder = new KeyboardLayoutSet.Builder(

Completed in 84 milliseconds