Searched refs:mHitTotal (Results 1 – 1 of 1) sorted by relevance
57 public int mHitTotal = 0; field in JetBoyView571 mHitTotal = 0; in setInitialGameState()831 mHitTotal++; in updateAsteroids()1332 Log.d(TAG, "the total was " + mHitTotal); in JetBoyView()1334 if (mHitTotal >= mSuccessThreshold) { in JetBoyView()1337 mTextView.setText("Sorry, You Lose! You got " + mHitTotal in JetBoyView()