Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MoveSelectionAction
Method · 0.45
clearPrinters
Method · 0.45
addCurrentEntry
Method · 0.45
updateVirtualKeyForButton
Method · 0.45
build
Method · 0.45
assignPendingActions
Method · 0.45
setMenuStyle
Method · 0.45
Calls
2
pop
Method · 0.80
dispose
Method · 0.45
Tested by
no test coverage detected