Searched refs:mGameThread (Results 1 – 1 of 1) sorted by relevance
32 private GameThread mGameThread; field in Game248 mGameThread = new GameThread(mRenderer); in bootstrap()249 mGameThread.setGameRoot(mGameRoot); in bootstrap()374 mGame = new Thread(mGameThread); in start()380 mGameThread.resumeGame(); in start()387 if (mGameThread.getPaused()) { in stop()388 mGameThread.resumeGame(); in stop()390 mGameThread.stopGame(); in stop()454 mGameThread.pauseGame(); in onPause()460 mGameThread.resumeGame(); in onResume()[all …]