Home
last modified time | relevance | path

Searched refs:midIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DInterpolator.cpp109 int midIndex = (startIndex + endIndex) / 2; in interpolate() local
110 if (t < mX[midIndex]) { in interpolate()
111 endIndex = midIndex; in interpolate()
113 startIndex = midIndex; in interpolate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPathInterpolatorBuilder.java131 int midIndex = (startIndex + endIndex) / 2; in getInterpolation() local
132 if (t < mX[midIndex]) { in getInterpolation()
133 endIndex = midIndex; in getInterpolation()
135 startIndex = midIndex; in getInterpolation()
/frameworks/base/core/java/android/view/animation/
DPathInterpolator.java216 int midIndex = (startIndex + endIndex) / 2; in getInterpolation() local
217 if (t < mX[midIndex]) { in getInterpolation()
218 endIndex = midIndex; in getInterpolation()
220 startIndex = midIndex; in getInterpolation()