Searched refs:mCurrentStep (Results 1 – 3 of 3) sorted by relevance
47 private int mCurrentStep; field in GestureSandboxActivity58 mCurrentTutorialStep = mTutorialSteps[mCurrentStep - 1]; in onCreate()89 savedInstanceState.putInt(KEY_CURRENT_STEP, mCurrentStep); in onSaveInstanceState()95 return mCurrentStep >= mNumSteps; in isTutorialComplete()99 return mCurrentStep; in getCurrentStep()123 mCurrentTutorialStep = mTutorialSteps[mCurrentStep]; in continueTutorial()129 mCurrentStep++; in continueTutorial()145 mCurrentStep = 1; in getTutorialSteps()174 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()