MCPcopy Create free account
hub / github.com/agateau/pixelwheels / clear

Method clear

core/src/com/agateau/ui/ScreenStack.java:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 public void clear() {
56 while (!mStack.isEmpty()) {
57 mStack.pop().dispose();
58 }
59 }
60
61 /**
62 * A blocking screen overrides the normal stack, once a blocking screen is shown, screens from

Callers 7

MoveSelectionActionMethod · 0.45
clearPrintersMethod · 0.45
addCurrentEntryMethod · 0.45
buildMethod · 0.45
assignPendingActionsMethod · 0.45
setMenuStyleMethod · 0.45

Calls 2

popMethod · 0.80
disposeMethod · 0.45

Tested by

no test coverage detected