Home
last modified time | relevance | path

Searched refs:iconSet (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java674 public Drawable getIcon(final KeyboardIconsSet iconSet, final int alpha) { in getIcon() argument
678 final Drawable icon = iconSet.getIconDrawable(iconId); in getIcon()
685 public Drawable getPreviewIcon(final KeyboardIconsSet iconSet) { in getPreviewIcon() argument
689 ? iconSet.getIconDrawable(previewIconId) : iconSet.getIconDrawable(mIconId); in getPreviewIcon()
DMoreKeysKeyboard.java382 public Drawable getIcon(final KeyboardIconsSet iconSet, final int alpha) { in getIcon() argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java238 public Drawable getIcon(final KeyboardIconsSet iconSet, final int alpha) { in getIcon() argument