Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agateau/pixelwheels
/ push
Method
push
core/src/com/agateau/ui/ScreenStack.java:36–39 ·
view source on GitHub ↗
(Screen screen)
Source
from the content-addressed store, hash-verified
34
}
35
36
public
void
push(Screen screen) {
37
mStack.push(screen);
38
setScreen(screen);
39
}
40
41
public
void
pop() {
42
Assert.check(!mStack.isEmpty(),
"mScreenStack is empty"
);
Callers
3
replace
Method · 0.95
showMainMenu
Method · 0.80
pushScreen
Method · 0.80
Calls
1
setScreen
Method · 0.95
Tested by
no test coverage detected