Searched refs:mTimerLimit (Results 1 – 1 of 1) sorted by relevance
150 public int mTimerLimit; field in JetBoyView.JetBoyThread555 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()