Searched refs:mCurrentStep (Results 1 – 1 of 1) sorted by relevance
77 private int mCurrentStep; field in CustomThemeActivity140 outState.putInt(KEY_STATE_CURRENT_STEP, mCurrentStep); in onSaveInstanceState()167 mCurrentStep = currentStep; in initSteps()177 navigateToStep(mCurrentStep + 1); in onNextOrApply()249 mCurrentStep = i; in setCurrentStep()254 mPreviousButton.setVisibility(mCurrentStep == 0 ? View.INVISIBLE : View.VISIBLE); in updateNavigationButtonLabels()255 mNextButton.setText((mCurrentStep < mSteps.size() -1) ? R.string.custom_theme_next in updateNavigationButtonLabels()