/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | HardwareKeyboardShortcutController.java | 63 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 D | StartSequentialEffectStep.java | 130 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 D | TimeLimitedMotionEventBuffer.java | 218 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 D | StackStateAnimator.java | 259 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 D | CascadingMenuPopup.java | 148 final int nextIndex = menuIndex + 1; 149 if (nextIndex < mShowingMenus.size()) { 150 nextInfo = mShowingMenus.get(nextIndex);
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | FastScroller.java | 1022 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 D | ListView.java | 3518 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 D | InputMethodSubtypeSwitchingControllerTest.java | 183 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 D | AttentionManagerService.java | 561 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 D | ProcessList.java | 3780 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 D | AppProfiler.java | 2560 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 D | ViewGroup.java | 3621 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 D | boot-image-profile.txt | 10371 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 10368 HSPLandroid/icu/util/MutableCodePointTrie$MixedBlocks;->nextIndex(II)I
|