Searched refs:drawableResId (Results 1 – 2 of 2) sorted by relevance
139 public boolean isGrayscaleIcon(Context context, int drawableResId) { in isGrayscaleIcon() argument140 if (drawableResId != 0) { in isGrayscaleIcon()142 return isGrayscaleIcon(context.getDrawable(drawableResId)); in isGrayscaleIcon()144 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()