Searched refs:currentIndex (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp186 int currentIndex = 0; local
192 buffer[currentIndex++] = perimeter[srcAindex];
194 buffer[currentIndex++] = perimeter[srcBindex];
211 int currentIndex = 0; local
224 Vertex::set(&buffer[currentIndex++],
228 Vertex::set(&buffer[currentIndex++],
237 buffer[currentIndex++] = buffer[0];
238 buffer[currentIndex++] = buffer[1];
244 const Vector2& normal, Vertex* buffer, int& currentIndex, bool begin) {
254 Vertex::set(&buffer[currentIndex
243 storeBeginEnd(const PaintInfo& paintInfo, const Vertex& center, const Vector2& normal, Vertex* buffer, int& currentIndex, bool begin) argument
306 int currentIndex = extra; local
351 int currentIndex = 0; local
[all...]
H A DSpotShadow.cpp638 int currentIndex = (i + offset) % polygonLength; local
639 float currentLengthSquared = (pivot - polygon[currentIndex]).lengthSquared();
645 resultIndex = currentIndex;
674 int currentIndex = (i + startPolyIndex) % polyLength; local
675 const Vector2& currentToCentroid = polyToCentroid[currentIndex];
676 const Vector2& nextToCentroid = polyToCentroid[(currentIndex + 1) % polyLength];
682 ALOGD("findPolyIndex loop %d times , index %d", i, currentIndex );
684 return currentIndex;
/frameworks/base/core/java/android/util/
H A DPathParser.java213 int currentIndex = start;
218 for (; currentIndex < s.length(); currentIndex++) {
221 char currentChar = s.charAt(currentIndex);
229 if (currentIndex != start && !isPrevExponential) {
254 result.mEndPosition = currentIndex;
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DPathParser.java241 int currentIndex = start;
246 for (; currentIndex < s.length(); currentIndex++) {
249 char currentChar = s.charAt(currentIndex);
257 if (currentIndex != start && !isPrevExponential) {
282 result.mEndPosition = currentIndex;
/frameworks/base/tools/aapt2/
H A DStringPool.cpp349 size_t currentIndex = 0; local
351 while (entry->str.getIndex() > currentIndex) {
352 styleIndices[currentIndex++] = out->size() - beforeStylesIndex;
357 styleIndices[currentIndex++] = out->size() - beforeStylesIndex;
/frameworks/base/core/tests/inputmethodtests/src/android/os/
H A DInputMethodSubtypeSwitchingControllerTest.java140 final int currentIndex = i;
141 final int nextIndex = (currentIndex + 1) % N;
143 expectedRotationOrderOfImeSubtypeList[currentIndex];
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java300 final int currentIndex = getIndex(imi, subtype);
301 if (currentIndex < 0) {
307 final int candidateIndex = (currentIndex + offset) % N;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java274 int currentIndex = getCurrentItemShowing();
275 if (currentIndex == HOUR_INDEX) {
277 } else if (currentIndex == MINUTE_INDEX) {
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp279 int currentIndex = startIndex; local
281 String8 part = parts[currentIndex];
346 return ++currentIndex;
351 if (++currentIndex == size) {
355 return currentIndex;
358 part = parts[currentIndex];
361 if (++currentIndex == size) {
367 return currentIndex;
/frameworks/native/services/sensorservice/
H A DSensorService.cpp411 int currentIndex = (mNextSensorRegIndex - 1 + SENSOR_REGISTRATIONS_BUF_SIZE) % local
413 const int startIndex = currentIndex;
415 const SensorRegistrationInfo& reg_info = mLastNSensorRegistrations[currentIndex];
418 currentIndex = (currentIndex - 1 + SENSOR_REGISTRATIONS_BUF_SIZE) %
433 currentIndex = (currentIndex - 1 + SENSOR_REGISTRATIONS_BUF_SIZE) %
435 } while(startIndex != currentIndex);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java836 final boolean setLayoutDirection(int layoutDirection, int currentIndex) { argument
846 if (i == currentIndex) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java455 int currentIndex = mCurrentMatrixIndex;
460 System.arraycopy(mMatrices, currentIndex, mMatrices, mCurrentMatrixIndex, MATRIX_SIZE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java377 int currentIndex = indexOfChild(mSpeedBumpView);
385 if (validIndex && currentIndex != newIndex) {
1863 int currentIndex = indexOfChild(child);
1864 if (child != null && child.getParent() == this && currentIndex != newIndex) {
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java2921 private static int tryGetTrunkPrefixOmittedIndex(String str, int currentIndex) { argument
2923 for (int i = currentIndex ; i < length ; i++) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java6301 int currentIndex = mChildHelper.indexOfChild(child);
6305 if (currentIndex == -1) {
6310 if (currentIndex != index) {
6311 mRecyclerView.mLayout.moveView(currentIndex, index);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1435 int currentIndex = 0;
1446 speedbumpIndex = currentIndex;
1449 currentIndex++;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp5857 uint32_t currentIndex = mCurrentRawState.rawPointerData.idToIndex[id]; local
5860 float deltaX = (mCurrentRawState.rawPointerData.pointers[currentIndex].x
5863 float deltaY = (mCurrentRawState.rawPointerData.pointers[currentIndex].y
5881 mCurrentCookedState.cookedPointerData.pointerCoords[currentIndex]);
5888 mCurrentCookedState.cookedPointerData.pointerProperties[currentIndex].toolType;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2293 milliseconds