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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 37 import com.android.inputmethod.keyboard.KeyboardLayoutSet.Params.ElementParams;
56 * {@link KeyboardLayoutSet} are related to each other.
57 * A {@link KeyboardLayoutSet} needs to be created for each
60 public class KeyboardLayoutSet {
61 private static final String TAG = KeyboardLayoutSet.class.getSimpleName();
64 private static final String TAG_KEYBOARD_SET = "KeyboardLayoutSet";
119 // KeyboardLayoutSet element id to element's parameters map.
134 private KeyboardLayoutSet(Context context, Params params) {
203 // KeyboardLayoutSet element id that is a key in keyboard_set.xml. Also that file specifies
282 public KeyboardLayoutSet build()
    [all...]
KeyboardSwitcher.java 30 import com.android.inputmethod.keyboard.KeyboardLayoutSet.KeyboardLayoutSetException;
80 private KeyboardLayoutSet mKeyboardLayoutSet;
133 KeyboardLayoutSet.clearKeyboardCache();
138 final KeyboardLayoutSet.Builder builder = new KeyboardLayoutSet.Builder(
Keyboard.java 256 public KeyboardLayoutSet.KeysCache mKeysCache;
659 public void setAutoGenerate(KeyboardLayoutSet.KeysCache keysCache) {
    [all...]

Completed in 558 milliseconds