Searched refs:drawableResId (Results 1 – 2 of 2) sorted by relevance
97 public void setCustomBackground(int drawableResId) { in setCustomBackground() argument98 final Drawable d = mContext.getDrawable(drawableResId); in setCustomBackground()
162 public boolean isGrayscaleIcon(Context context, int drawableResId) { in isGrayscaleIcon() argument163 if (drawableResId != 0) { in isGrayscaleIcon()165 return isGrayscaleIcon(context.getDrawable(drawableResId)); in isGrayscaleIcon()167 Log.e(TAG, "Drawable not found: " + drawableResId); in isGrayscaleIcon()