Searched refs:constrainEdgeValue (Results 1 – 1 of 1) sorted by relevance
610 final float valueLeading = constrainEdgeValue(current, edgeSize); in getEdgeValue()611 final float valueTrailing = constrainEdgeValue(size - current, edgeSize); in getEdgeValue()625 private float constrainEdgeValue(float current, float leading) { in constrainEdgeValue() method in AutoScrollHelper