Searched refs:drawableResId (Results 1 – 2 of 2) sorted by relevance
154 public boolean isGrayscaleIcon(Context context, int drawableResId) { in isGrayscaleIcon() argument155 if (drawableResId != 0) { in isGrayscaleIcon()157 return isGrayscaleIcon(context.getDrawable(drawableResId)); in isGrayscaleIcon()159 Log.e(TAG, "Drawable not found: " + drawableResId); in isGrayscaleIcon()
92 public void setCustomBackground(int drawableResId) { in setCustomBackground() argument93 final Drawable d = mContext.getDrawable(drawableResId); in setCustomBackground()