Home
last modified time | relevance | path

Searched refs:nextIndex (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DUnmodifiableLazyStringList.java137 public int nextIndex() { in listIterator() method
138 return iter.nextIndex(); in listIterator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DTimeLimitedMotionEventBuffer.java218 public int nextIndex() { in nextIndex() method in TimeLimitedMotionEventBuffer.Iter
219 return mIterator.nextIndex(); in nextIndex()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIntRangeManager.java532 for (int nextIndex = crIndex + 1; nextIndex < crLength; nextIndex++) { in disableRange()
533 ClientRange nextCr = clients.get(nextIndex); in disableRange()
DGsmCdmaConnection.java290 int nextIndex = findNextPCharOrNonPOrNonWCharIndex(phoneNumber, currIndex); in formatDialString() local
292 if (nextIndex < length) { in formatDialString()
293 char pC = findPOrWCharToAppend(phoneNumber, currIndex, nextIndex); in formatDialString()
298 if (nextIndex > (currIndex + 1)) { in formatDialString()
299 currIndex = nextIndex - 1; in formatDialString()
301 } else if (nextIndex == length) { in formatDialString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java257 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay() local
258 if (ownIndex >= nextIndex) { in calculateChildAnimationDelay()
262 int difference = Math.abs(ownIndex - nextIndex); in calculateChildAnimationDelay()
/frameworks/base/core/java/com/android/internal/util/
DStateMachine.java642 int nextIndex = mOldestIndex + index; in get() local
643 if (nextIndex >= mMaxSize) { in get()
644 nextIndex -= mMaxSize; in get()
646 if (nextIndex >= size()) { in get()
649 return mLogRecVector.get(nextIndex); in get()
/frameworks/base/core/java/com/android/internal/view/menu/
DCascadingMenuPopup.java149 final int nextIndex = menuIndex + 1;
150 if (nextIndex < mShowingMenus.size()) {
151 nextInfo = mShowingMenus.get(nextIndex);
/frameworks/base/core/java/android/widget/
DFastScroller.java1022 int nextIndex = count; in scrollTo() local
1029 nextIndex = mSectionIndexer.getPositionForSection(targetSection + 1); in scrollTo()
1033 if (nextIndex == targetIndex) { in scrollTo()
1058 mSectionIndexer.getPositionForSection(nextNextSection) == nextIndex) { in scrollTo()
1073 targetIndex = prevIndex + (int) ((nextIndex - prevIndex) * (position - prevPosition) in scrollTo()
DListView.java3520 final int nextIndex = (itemIndex + 1);
3525 && (nextIndex >= headerCount)) && (isLastItem
3526 || adapter.isEnabled(nextIndex) && (footerDividers || !isFooter
3527 && (nextIndex < footerLimit)))) {
4062 final int nextIndex = itemIndex + 1;
4067 && (nextIndex >= headerCount)) && (isLastItem
4068 || adapter.isEnabled(nextIndex) && (footerDividers || !isFooter
4069 && (nextIndex < footerLimit)))) {
/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
DInputMethodSubtypeSwitchingControllerTest.java183 final int nextIndex = (currentIndex + 1) % N; in assertRotationOrder() local
186 final ImeSubtypeListItem nextItem = expectedRotationOrderOfImeSubtypeList[nextIndex]; in assertRotationOrder()
/frameworks/rs/
DrsFont.cpp184 size_t nextIndex = 0; in renderUTF() local
188 int32_t utfChar = utf32_from_utf8_at(text, len, index, &nextIndex); in renderUTF()
196 index = nextIndex; in renderUTF()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java2852 int nextIndex; in updateLruProcessLocked() local
2856 nextIndex = mLruProcessServiceStart; in updateLruProcessLocked()
2904 nextIndex = mLruProcessServiceStart; in updateLruProcessLocked()
2926 nextIndex = index - 1; in updateLruProcessLocked()
2953 nextIndex = updateLruProcessInternalLocked(cr.binding.service.app, in updateLruProcessLocked()
2955 nextIndex, mLruSeq, in updateLruProcessLocked()
2963 nextIndex = updateLruProcessInternalLocked(cpr.proc, now, nextIndex, mLruSeq, in updateLruProcessLocked()
/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1085 size_t nextIndex = vec->size(); in extend() local
1086 vec->resize(nextIndex + 1); in extend()
1087 return {nextIndex, &(*vec)[nextIndex]}; in extend()
/frameworks/native/libs/input/
DVelocityTracker.cpp720 uint32_t nextIndex = (index + 1) % HISTORY_SIZE; in chooseWeight() local
721 float deltaMillis = (mMovements[nextIndex].eventTime- mMovements[index].eventTime) in chooseWeight()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackView.java1861 final int nextIndex = mLayoutAlgorithm.mTaskGridLayoutAlgorithm.navigateFocus(taskCount, in onBusEvent() local
1863 setFocusedTask(nextIndex, false, true); in onBusEvent()
/frameworks/base/core/java/android/view/
DViewGroup.java3556 int nextIndex = 0; in dispatchProvideStructure()
3558 while (usedIndices.get(nextIndex, false)) { in dispatchProvideStructure()
3559 nextIndex++; in dispatchProvideStructure()
3561 permutation[j] = nextIndex; in dispatchProvideStructure()
3562 nextIndex++; in dispatchProvideStructure()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...