Searched refs:currentStep (Results 1 – 3 of 3) sorted by relevance
116 int currentStep = 0; in onCreate() local118 currentStep = savedInstanceState.getInt(KEY_STATE_CURRENT_STEP); in onCreate()120 initSteps(currentStep); in onCreate()159 private void initSteps(int currentStep) { in initSteps() argument167 mCurrentStep = currentStep; in initSteps()
244 CacheStep currentStep = mSteps.elementAt(i); in process() local245 Bitmap bitmap = currentStep.cache; in process()246 currentStep.cache = null; in process()
236 final int currentStep = determineSetupStepNumber(); in onClick() local242 } else if (v == mStep1Bullet && currentStep == STEP_2) { in onClick()