MCPcopy Create free account
hub / github.com/StylingAndroid/Prism / destroy

Method destroy

prism/src/main/java/com/stylingandroid/prism/Prism.java:59–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 public void destroy() {
60 for (Trigger trigger : triggers) {
61 remove(trigger);
62 }
63 setters.clear();
64 }
65
66 public static final class Builder {
67 private static final Filter STATUS_BAR_COLOUR_FILTER = new SystemChromeFilter();

Callers 3

onDestroyMethod · 0.80
onDestroyMethod · 0.80
onDestroyMethod · 0.80

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected