HomeSort by relevance Sort by last modified time
    Searched refs:midIndex (Results 1 - 15 of 15) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
FreePathInterpolator.java 111 int midIndex = (startIndex + endIndex) / 2;
112 if (t < mX[midIndex]) {
113 endIndex = midIndex;
115 startIndex = midIndex;
150 int midIndex = (startIndex + endIndex) / 2;
151 if (y < mY[midIndex]) {
152 startIndex = midIndex;
154 endIndex = midIndex;
  /frameworks/support/compat/ics/android/support/v4/view/animation/
PathInterpolatorApi14.java 76 int midIndex = (startIndex + endIndex) / 2;
77 if (t < mX[midIndex]) {
78 endIndex = midIndex;
80 startIndex = midIndex;
  /packages/apps/Dialer/java/com/android/dialer/compat/
PathInterpolatorCompat.java 98 int midIndex = (startIndex + endIndex) / 2;
99 if (t < mX[midIndex]) {
100 endIndex = midIndex;
102 startIndex = midIndex;
  /packages/apps/PhoneCommon/src/com/android/phone/common/compat/
PathInterpolatorCompat.java 83 int midIndex = (startIndex + endIndex) / 2;
84 if (t < mX[midIndex]) {
85 endIndex = midIndex;
87 startIndex = midIndex;
  /frameworks/base/libs/hwui/
Interpolator.cpp 103 int midIndex = (startIndex + endIndex) / 2;
104 if (t < mX[midIndex]) {
105 endIndex = midIndex;
107 startIndex = midIndex;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PathInterpolatorBuilder.java 131 int midIndex = (startIndex + endIndex) / 2;
132 if (t < mX[midIndex]) {
133 endIndex = midIndex;
135 startIndex = midIndex;
  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 216 int midIndex = (startIndex + endIndex) / 2;
217 if (t < mX[midIndex]) {
218 endIndex = midIndex;
220 startIndex = midIndex;
  /frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
PathInterpolatorCompat.java 204 int midIndex = (startIndex + endIndex) / 2;
205 if (t < mX[midIndex]) {
206 endIndex = midIndex;
208 startIndex = midIndex;
  /prebuilts/sdk/current/support/graphics/drawable/
android-support-animatedvectordrawable.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /packages/apps/TV/libs/
exoplayer.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 503 milliseconds