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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 64 * {@link KeyboardLayoutSet} are related to each other.
65 * A {@link KeyboardLayoutSet} needs to be created for each
68 public final class KeyboardLayoutSet {
69 private static final String TAG = KeyboardLayoutSet.class.getSimpleName();
72 private static final String TAG_KEYBOARD_SET = "KeyboardLayoutSet";
115 // Sparse array of KeyboardLayoutSet element parameters indexed by element's id.
125 KeyboardLayoutSet(final Context context, final Params params) {
292 public KeyboardLayoutSet build() {
296 throw new RuntimeException("KeyboardLayoutSet subtype is not specified");
308 return new KeyboardLayoutSet(mContext, mParams)
    [all...]
KeyboardSwitcher.java 31 import com.android.inputmethod.keyboard.KeyboardLayoutSet.KeyboardLayoutSetException;
83 private KeyboardLayoutSet mKeyboardLayoutSet;
136 KeyboardLayoutSet.clearKeyboardCache();
141 final KeyboardLayoutSet.Builder builder = new KeyboardLayoutSet.Builder(

Completed in 164 milliseconds