Searched refs:mCurrentStep (Results 1 – 3 of 3) sorted by relevance
46 private int mCurrentStep; field in GestureSandboxActivity57 mCurrentTutorialStep = mTutorialSteps[mCurrentStep - 1]; in onCreate()89 savedInstanceState.putInt(KEY_CURRENT_STEP, mCurrentStep); in onSaveInstanceState()96 return mCurrentStep >= mNumSteps; in isTutorialComplete()100 return mCurrentStep; in getCurrentStep()124 mCurrentTutorialStep = mTutorialSteps[mCurrentStep]; in continueTutorial()130 mCurrentStep++; in continueTutorial()146 mCurrentStep = 1; in getTutorialSteps()175 mCurrentStep = Math.max(currentStep, 1); in getTutorialSteps()
37 private int mCurrentStep = -1; field in TutorialStepIndicator80 mCurrentStep = currentStep; in setTutorialProgress()109 if (i < mCurrentStep) { in initializeStepIndicators()
77 private int mCurrentStep; field in CustomThemeActivity141 outState.putInt(KEY_STATE_CURRENT_STEP, mCurrentStep); in onSaveInstanceState()171 mCurrentStep = currentStep; in initSteps()181 navigateToStep(mCurrentStep + 1); in onNextOrApply()254 mCurrentStep = i; in setCurrentStep()259 mPreviousButton.setVisibility(mCurrentStep == 0 ? View.INVISIBLE : View.VISIBLE); in updateNavigationButtonLabels()260 mNextButton.setText((mCurrentStep < mSteps.size() -1) ? R.string.custom_theme_next in updateNavigationButtonLabels()