MCPcopy Create free account
hub / github.com/cinit/TMoe / getThemedDrawable

Method getThemedDrawable

app/src/main/java/cc/ioctl/tmoe/ui/Theme.java:271–273  ·  view source on GitHub ↗
(Context context, int resId, String key)

Source from the content-addressed store, hash-verified

269 }
270
271 public static Drawable getThemedDrawable(Context context, int resId, String key) {
272 return getThemedDrawable(context, resId, getColor(key));
273 }
274
275 public static Drawable getThemedDrawable(Context context, int resId, int color) {
276 if (context == null) {

Callers 1

ShadowSectionCellMethod · 0.95

Calls 3

getColorMethod · 0.95
getResourcesMethod · 0.80
setColorFilterMethod · 0.45

Tested by

no test coverage detected