Searched refs:firstIndex (Results 1 – 7 of 7) sorted by relevance
98 int firstIndex = mData.indexOfKey(startUid); in removeUidsInRange() local99 if (firstIndex < 0) { in removeUidsInRange()101 firstIndex = mData.indexOfKey(startUid); in removeUidsInRange()108 mData.removeAtRange(firstIndex, lastIndex - firstIndex + 1); in removeUidsInRange()
178 int firstIndex = mLastTimes.indexOfKey(startUid); in removeUidsInRange() local180 mLastTimes.removeAtRange(firstIndex, lastIndex - firstIndex + 1); in removeUidsInRange()
104 int firstIndex = 0; in testRingBufferWithWrapping() local107 expected2[firstIndex] = "e"; in testRingBufferWithWrapping()115 expected2[firstIndex] = "x"; in testRingBufferWithWrapping()
187 int firstIndex = Math.min(fromIndex, toIndex); in animate()189 if (secondIndex == firstIndex) { in animate()192 ImageView first = (ImageView) getChildAt(firstIndex); in animate()
1076 int firstIndex = -1; in getOpacity() local1079 firstIndex = i; in getOpacity()1085 if (firstIndex >= 0) { in getOpacity()1086 op = array[firstIndex].mDrawable.getOpacity(); in getOpacity()1092 for (int i = firstIndex + 1; i < N_CHILDREN; i++) { in getOpacity()
2087 int firstIndex = -1;2090 firstIndex = i;2096 if (firstIndex >= 0) {2097 op = array[firstIndex].mDrawable.getOpacity();2103 for (int i = firstIndex + 1; i < N; i++) {
15054 final int firstIndex = mUidStats.indexOfKey(firstUidForUser);15056 for (int i = firstIndex; i <= lastIndex; i++) {15062 mUidStats.removeAtRange(firstIndex, lastIndex - firstIndex + 1);