Home
last modified time | relevance | path

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

/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java150 public int mTimerLimit; field in JetBoyView.JetBoyThread
555 mTimerLimit = TIMER_LIMIT; in setInitialGameState()
1178 mTimerLimit = mTimerLimit - 1; in doCountDown()
1181 int moreThanMinute = mTimerLimit - 60; in doCountDown()
1194 if (mTimerLimit > 9) { in doCountDown()
1195 mTimerValue = "0:" + mTimerLimit; in doCountDown()
1197 mTimerValue = "0:0" + mTimerLimit; in doCountDown()
1210 if (mTimerLimit == 0) { in doCountDown()