Searched refs:linearTension (Results 1 – 4 of 4) sorted by relevance
211 val linearTension = overshootPercent.fastCoerceIn(0f, 2f) in calculateIndicatorPosition() constant213 val tensionPercent = linearTension - linearTension.pow(2) / 4 in calculateIndicatorPosition()
180 val linearTension = overshootPercent.fastCoerceIn(0f, 2f) in ArrowValues() constant182 val tensionPercent = linearTension - linearTension.pow(2) / 4 in ArrowValues()
384 val linearTension = overshootPercent.coerceIn(0f, 2f) in calculateVerticalOffset() constant386 val tensionPercent = linearTension - linearTension.pow(2) / 4 in calculateVerticalOffset()807 val linearTension = overshootPercent.coerceIn(0f, 2f) in ArrowValues() constant809 val tensionPercent = linearTension - linearTension.pow(2) / 4 in ArrowValues()
1030 val linearTension = overshootPercent.coerceIn(0f, 2f) in calculateIndicatorPosition() constant1031 val tensionPercent = linearTension - linearTension.pow(2) / 4 in calculateIndicatorPosition()