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

Method createSelectorDrawable

app/src/main/java/cc/ioctl/tmoe/ui/Theme.java:368–370  ·  view source on GitHub ↗
(int color)

Source from the content-addressed store, hash-verified

366 }
367
368 public static Drawable createSelectorDrawable(int color) {
369 return createSelectorDrawable(color, 1, -1);
370 }
371
372 public static Drawable createSelectorDrawable(int color, int maskType) {
373 return createSelectorDrawable(color, maskType, -1);

Callers 2

getSelectorDrawableMethod · 0.95

Calls 2

dpMethod · 0.95
setRadiusMethod · 0.80

Tested by

no test coverage detected