Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/
DFreePathInterpolator.java111 int midIndex = (startIndex + endIndex) / 2; in getInterpolation() local
112 if (t < mX[midIndex]) { in getInterpolation()
113 endIndex = midIndex; in getInterpolation()
115 startIndex = midIndex; in getInterpolation()
150 int midIndex = (startIndex + endIndex) / 2; in getX() local
151 if (y < mY[midIndex]) { in getX()
152 startIndex = midIndex; in getX()
154 endIndex = midIndex; in getX()
/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()