Home
last modified time | relevance | path

Searched refs:getIconDrawable (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java678 final Drawable icon = iconSet.getIconDrawable(iconId); in getIcon()
689 ? iconSet.getIconDrawable(previewIconId) : iconSet.getIconDrawable(mIconId); in getPreviewIcon()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardIconsSet.java112 public Drawable getIconDrawable(final int iconId) { in getIconDrawable() method in KeyboardIconsSet