Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agateau/pixelwheels
/ replace
Method
replace
core/src/com/agateau/ui/ScreenStack.java:48–53 ·
view source on GitHub ↗
(Screen screen)
Source
from the content-addressed store, hash-verified
46
}
47
48
public
void
replace(Screen screen) {
49
if
(!mStack.isEmpty()) {
50
mStack.pop().dispose();
51
}
52
push(screen);
53
}
54
55
public
void
clear() {
56
while
(!mStack.isEmpty()) {
Callers
10
make_puncless_font_name
Function · 0.80
main
Function · 0.80
put
Method · 0.80
replaceScreen
Method · 0.80
getShortenedVersion
Method · 0.80
trn
Method · 0.80
trn
Method · 0.80
parseHeader
Method · 0.80
parseString
Method · 0.80
processText
Method · 0.80
Calls
3
push
Method · 0.95
pop
Method · 0.80
dispose
Method · 0.45
Tested by
no test coverage detected