OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGameRoot
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
GameThread.java
31
private ObjectManager
mGameRoot
;
53
if (
mGameRoot
!= null) {
66
mGameRoot
.update(secondsDelta, null);
68
CameraSystem camera =
mGameRoot
.sSystemRegistry.cameraSystem;
86
mGameRoot
.sSystemRegistry.hudSystem.setFPS((int)(1000 * mProfileFrames / mProfileTime));
151
mGameRoot
= gameRoot;
Game.java
34
private ObjectManager
mGameRoot
;
246
mGameRoot
= gameRoot;
249
mGameThread.setGameRoot(
mGameRoot
);
328
params.context.getResources().openRawResource(level.resource),
mGameRoot
);
Completed in 264 milliseconds