Searched refs:nextStepIndex (Results 1 – 1 of 1) sorted by relevance
312 toggleStep_: function(nextStepIndex, screenData) { argument314 var nextStepId = this.screens_[nextStepIndex];334 if (nextStepIndex > this.currentStep_) {335 for (var i = this.currentStep_; i < nextStepIndex; ++i)337 this.updateStep_(nextStepIndex, 'current');338 } else if (nextStepIndex < this.currentStep_) {339 for (var i = this.currentStep_; i > nextStepIndex; --i)341 this.updateStep_(nextStepIndex, 'current');361 if (this.currentStep_ != nextStepIndex &&406 this.currentStep_ = nextStepIndex;