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

Method getSelectorDrawable

app/src/main/java/cc/ioctl/tmoe/ui/Theme.java:343–345  ·  view source on GitHub ↗
(boolean whiteBackground)

Source from the content-addressed store, hash-verified

341 }
342
343 public static Drawable getSelectorDrawable(boolean whiteBackground) {
344 return getSelectorDrawable(getColor(key_listSelector), whiteBackground);
345 }
346
347 public static Drawable getSelectorDrawable(int color, boolean whiteBackground) {
348 if (whiteBackground) {

Callers 2

Calls 2

getColorMethod · 0.95

Tested by

no test coverage detected