Home
last modified time | relevance | path

Searched refs:mTotalGameTime (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DAndouKun.java74 private float mTotalGameTime; field in AndouKun
161 mTotalGameTime = prefs.getFloat(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME, 0.0f); in onCreate()
554 mTotalGameTime += mGame.getGameTime(); in onGameFlowEvent()
677 mPrefsEditor.putFloat(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME, mTotalGameTime); in saveGame()