Searched refs:pointForIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DPathKeyframes.java73 return pointForIndex(0);
75 return pointForIndex(numPoints - 1);
90 return pointForIndex(mid);
138 private PointF pointForIndex(int index) { method in class:PathKeyframes

Completed in 129 milliseconds