Searched refs:pivotDir (Results 1 – 1 of 1) sorted by relevance
517 val pivotDir = if (srcIndex > dstIndex) 1 else -1 in moveKeylineAndCreateShiftedKeylineList() constant518 val pivotDelta = (from[srcIndex].size - from[srcIndex].cutoff + itemSpacing) * pivotDir in moveKeylineAndCreateShiftedKeylineList()519 val newPivotIndex = from.pivotIndex + pivotDir in moveKeylineAndCreateShiftedKeylineList()