Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeActivity.java116 int currentStep = 0; in onCreate() local
118 currentStep = savedInstanceState.getInt(KEY_STATE_CURRENT_STEP); in onCreate()
120 initSteps(currentStep); in onCreate()
159 private void initSteps(int currentStep) { in initSteps() argument
167 mCurrentStep = currentStep; in initSteps()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCacheProcessing.java244 CacheStep currentStep = mSteps.elementAt(i); in process() local
245 Bitmap bitmap = currentStep.cache; in process()
246 currentStep.cache = null; in process()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupWizardActivity.java236 final int currentStep = determineSetupStepNumber(); in onClick() local
242 } else if (v == mStep1Bullet && currentStep == STEP_2) { in onClick()