Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agateau/pixelwheels
/ setScreen
Method
setScreen
core/src/com/agateau/ui/ScreenStack.java:78–83 ·
view source on GitHub ↗
(Screen screen)
Source
from the content-addressed store, hash-verified
76
}
77
78
private
void
setScreen(Screen screen) {
79
if
(mBlockingScreen == null) {
80
NLog.i(
"screen=%s"
, screen.getClass().getSimpleName());
81
mGame.setScreen(screen);
82
}
83
}
84
}
Callers
8
push
Method · 0.95
pop
Method · 0.95
create
Method · 0.80
showBlockingScreen
Method · 0.80
hideBlockingScreen
Method · 0.80
create
Method · 0.80
create
Method · 0.80
create
Method · 0.80
Calls
1
i
Method · 0.95
Tested by
no test coverage detected