Lines Matching refs:nextLevel
16078 function renderConnection(prevLevel, nextLevel, left){ argument
16079 if(prevLevel === nextLevel){
16083 var top = 1 - Math.max(prevLevel, nextLevel);
16084 var height = Math.abs(prevLevel - nextLevel);
16138 var nextLevel = Math.min(capacity[colEnd.valueOf()]/maxCapacity, 1) || 0;
16143 var connection = renderConnection(level, nextLevel, timeline.posFromDate(colEnd));
16637 var nextLevel = this._activeLevelIndex;
16643 nextLevel++;
16648 nextLevel++;
16650 this._setLevel(nextLevel, cursorOffset);
16656 var nextLevel = this._activeLevelIndex;
16662 nextLevel--;
16667 nextLevel--;
16669 this._setLevel(nextLevel, cursorOffset);