Searched refs:constrainEdgeValue (Results 1 – 2 of 2) sorted by relevance
607 final float valueLeading = constrainEdgeValue(current, edgeSize); in getEdgeValue()608 final float valueTrailing = constrainEdgeValue(size - current, edgeSize); in getEdgeValue()622 private float constrainEdgeValue(float current, float leading) { in constrainEdgeValue() method in AutoScrollHelper
86290 Lcom/android/internal/widget/AutoScrollHelper;->constrainEdgeValue(FF)F