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.java650 public Drawable getIcon(final KeyboardIconsSet iconSet, final int alpha) { in getIcon() argument
654 final Drawable icon = iconSet.getIconDrawable(iconId); in getIcon()
661 public Drawable getPreviewIcon(final KeyboardIconsSet iconSet) { in getPreviewIcon() argument
665 ? iconSet.getIconDrawable(previewIconId) : iconSet.getIconDrawable(mIconId); in getPreviewIcon()
DMoreKeysKeyboard.java369 public Drawable getIcon(final KeyboardIconsSet iconSet, final int alpha) { in getIcon() argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java231 public Drawable getIcon(final KeyboardIconsSet iconSet, final int alpha) { in getIcon() argument