Searched refs:mUnshiftedIcons (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardParams.java66 public final Map<Key, Drawable> mUnshiftedIcons = new HashMap<Key, Drawable>(); field in class:KeyboardParams
134 mUnshiftedIcons.clear();
150 mUnshiftedIcons.put(key, key.getIcon());

Completed in 28 milliseconds