Searched refs:drawableResId (Results 1 – 2 of 2) sorted by relevance
149 public void setCustomBackground(int drawableResId) { in setCustomBackground() argument150 final Drawable d = mContext.getDrawable(drawableResId); in setCustomBackground()
163 public boolean isGrayscaleIcon(Context context, int drawableResId) { in isGrayscaleIcon() argument164 if (drawableResId != 0) { in isGrayscaleIcon()166 return isGrayscaleIcon(context.getDrawable(drawableResId)); in isGrayscaleIcon()168 Log.e(TAG, "Drawable not found: " + drawableResId); in isGrayscaleIcon()