Searched refs:newHeightFraction (Results 1 – 1 of 1) sorted by relevance
194 var newHeightFraction = arrowHeightFraction in setArrowHeightFraction() variable195 if (newHeightFraction !in 0f..1f) { in setArrowHeightFraction()196 newHeightFraction = min(max(newHeightFraction, 0f), 1f) in setArrowHeightFraction()198 this.arrowHeightFraction = newHeightFraction in setArrowHeightFraction()