HomeSort by relevance Sort by last modified time
    Searched refs:mDifficulty (Results 1 - 2 of 2) sorted by null

  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 89 private static final String KEY_DIFFICULTY = "mDifficulty";
134 private int mDifficulty;
253 mDifficulty = DIFFICULTY_MEDIUM;
279 if (mDifficulty == DIFFICULTY_EASY) {
285 } else if (mDifficulty == DIFFICULTY_HARD) {
335 mDifficulty = savedState.getInt(KEY_DIFFICULTY);
389 map.putInt(KEY_DIFFICULTY, Integer.valueOf(mDifficulty));
416 mDifficulty = difficulty;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 80 private int mDifficulty = 1;
168 mDifficulty = prefs.getInt(PreferenceConstants.PREFERENCE_DIFFICULTY, getIntent().getIntExtra("difficulty", 1));
170 mGame.bootstrap(this, dm.widthPixels, dm.heightPixels, defaultWidth, defaultHeight, mDifficulty);
684 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_DIFFICULTY, mDifficulty);

Completed in 173 milliseconds