Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/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/support/v4/donut/android/support/v4/view/animation/
DPathInterpolatorDonut.java76 int midIndex = (startIndex + endIndex) / 2; in getInterpolation() local
77 if (t < mX[midIndex]) { in getInterpolation()
78 endIndex = midIndex; in getInterpolation()
80 startIndex = midIndex; in getInterpolation()
/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.java212 int midIndex = (startIndex + endIndex) / 2; in getInterpolation() local
213 if (t < mX[midIndex]) { in getInterpolation()
214 endIndex = midIndex; in getInterpolation()
216 startIndex = midIndex; in getInterpolation()