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

Method getColor

app/src/main/java/cc/ioctl/tmoe/ui/Theme.java:191–193  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

189 private static final Paint sMaskPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
190
191 public static int getColor(String key) {
192 return getColor(key, null, false);
193 }
194
195 public static int getColor(String key, boolean[] isDefault) {
196 return getColor(key, isDefault, false);

Callers 15

getThemedDrawableMethod · 0.95
getDividerPaintMethod · 0.95
getSelectorDrawableMethod · 0.95
isDarkThemeMethod · 0.95
setDrawRippleMethod · 0.95
setIconMethod · 0.95
onDrawMethod · 0.95
FastScrollMethod · 0.95
updateColorsMethod · 0.95
onDrawMethod · 0.95
getThemedColorMethod · 0.95
getThemedColorMethod · 0.95

Calls 10

getThemeClassMethod · 0.95
logeMethod · 0.95
getReturnTypeMethod · 0.80
getParameterTypesMethod · 0.80
getIntMethod · 0.80
invokeMethod · 0.45
containsKeyMethod · 0.45
getMethod · 0.45
putMethod · 0.45
hashCodeMethod · 0.45

Tested by

no test coverage detected