Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DHardwareKeyboardShortcutController.java63 final int nextIndex = (i + (next ? 1 : -1) + size) % size; in getNeighborItem() local
64 return list.get(nextIndex); in getNeighborItem()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DStartSequentialEffectStep.java130 int nextIndex = currentIndex + 1; in nextStep() local
131 if (nextIndex >= sequentialEffect.getEffects().size()) { in nextStep()
134 long nextEffectDelay = sequentialEffect.getDelays().get(nextIndex); in nextStep()
137 nextIndex); in nextStep()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBuffer.java218 public int nextIndex() { in nextIndex() method in TimeLimitedMotionEventBuffer.Iter
219 return mIterator.nextIndex(); in nextIndex()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java259 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay() local
260 if (ownIndex >= nextIndex) { in calculateChildAnimationDelay()
264 int difference = Math.abs(ownIndex - nextIndex); in calculateChildAnimationDelay()
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DCascadingMenuPopup.java148 final int nextIndex = menuIndex + 1;
149 if (nextIndex < mShowingMenus.size()) {
150 nextInfo = mShowingMenus.get(nextIndex);
/aosp14/frameworks/base/core/java/android/widget/
H A 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()
H A DListView.java3518 final int nextIndex = (itemIndex + 1);
3523 && (nextIndex >= headerCount)) && (isLastItem
3524 || adapter.isEnabled(nextIndex) && (footerDividers || !isFooter
3525 && (nextIndex < footerLimit)))) {
4060 final int nextIndex = itemIndex + 1;
4065 && (nextIndex >= headerCount)) && (isLastItem
4066 || adapter.isEnabled(nextIndex) && (footerDividers || !isFooter
4067 && (nextIndex < footerLimit)))) {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodSubtypeSwitchingControllerTest.java183 final int nextIndex = (currentIndex + 1) % numItems; in assertRotationOrder() local
186 final ImeSubtypeListItem nextItem = expectedRotationOrderOfImeSubtypeList[nextIndex]; in assertRotationOrder()
/aosp14/frameworks/base/services/core/java/com/android/server/attention/
H A DAttentionManagerService.java561 int nextIndex = (mStartIndex + mSize) % ATTENTION_CACHE_BUFFER_SIZE; in add() local
562 mQueue[nextIndex] = cache; in add()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java3780 int nextIndex;
3784 nextIndex = mLruProcessServiceStart;
3823 nextIndex = mLruProcessServiceStart;
3845 nextIndex = index - 1;
3872 nextIndex = updateLruProcessInternalLSP(cr.binding.service.app,
3874 nextIndex, mLruSeq,
3883 nextIndex = updateLruProcessInternalLSP(cpr.proc, now, nextIndex, mLruSeq,
H A DAppProfiler.java2560 int nextIndex = stats.indexOf('\n', toIndex); in getAppProfileStatsForDebugging() local
2561 if (nextIndex == -1) { in getAppProfileStatsForDebugging()
2565 toIndex = nextIndex + 1; in getAppProfileStatsForDebugging()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java3621 int nextIndex = 0; in dispatchProvideStructure()
3623 while (usedIndices.get(nextIndex, false)) { in dispatchProvideStructure()
3624 nextIndex++; in dispatchProvideStructure()
3626 permutation[j] = nextIndex; in dispatchProvideStructure()
3627 nextIndex++; in dispatchProvideStructure()
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt10371 HSPLandroid/icu/util/MutableCodePointTrie$MixedBlocks;->nextIndex(II)I
25370 HSPLjava/lang/ThreadLocal$ThreadLocalMap;->nextIndex(II)I
27535 HSPLjava/util/AbstractList$ListItr;->nextIndex()I
27550 HSPLjava/util/AbstractList$SubList$1;->nextIndex()I
27672 HSPLjava/util/ArrayList$ListItr;->nextIndex()I
28047 HSPLjava/util/Collections$UnmodifiableList$1;->nextIndex()I
28551 HSPLjava/util/IdentityHashMap$IdentityHashMapIterator;->nextIndex()I
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt10368 HSPLandroid/icu/util/MutableCodePointTrie$MixedBlocks;->nextIndex(II)I