Searched refs:getIconDrawable (Results 1 – 2 of 2) sorted by relevance
678 final Drawable icon = iconSet.getIconDrawable(iconId); in getIcon()689 ? iconSet.getIconDrawable(previewIconId) : iconSet.getIconDrawable(mIconId); in getPreviewIcon()
112 public Drawable getIconDrawable(final int iconId) { in getIconDrawable() method in KeyboardIconsSet