MCPcopy Create free account
hub / github.com/google/gapid / loadResource

Method loadResource

gapic/src/main/com/google/gapid/widgets/Theme.java:341–344  ·  view source on GitHub ↗
(Method method)

Source from the content-addressed store, hash-verified

339 }
340
341 private boolean loadResource(Method method) {
342 return loadIcon(method) || loadIconSequence(method) || loadColor(method) ||
343 loadTextStyle(method) || loadFont(method);
344 }
345
346 private boolean loadIcon(Method method) {
347 Icon icon = method.getDeclaredAnnotation(Icon.class);

Callers 1

loadMethod · 0.95

Calls 5

loadIconMethod · 0.95
loadIconSequenceMethod · 0.95
loadColorMethod · 0.95
loadTextStyleMethod · 0.95
loadFontMethod · 0.95

Tested by

no test coverage detected