Searched defs:midIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DInterpolator.cpp109 int midIndex = (startIndex + endIndex) / 2; local
110 if (t < mX[midIndex]) {
111 endIndex = midIndex;
113 startIndex = midIndex;

Completed in 174 milliseconds