/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | UnmodifiableLazyStringList.java | 137 public int nextIndex() { in listIterator() method 138 return iter.nextIndex(); in listIterator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/ |
D | TimeLimitedMotionEventBuffer.java | 218 public int nextIndex() { in nextIndex() method in TimeLimitedMotionEventBuffer.Iter 219 return mIterator.nextIndex(); in nextIndex()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IntRangeManager.java | 532 for (int nextIndex = crIndex + 1; nextIndex < crLength; nextIndex++) { in disableRange() 533 ClientRange nextCr = clients.get(nextIndex); in disableRange()
|
D | GsmCdmaConnection.java | 290 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/ |
D | StackStateAnimator.java | 257 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/ |
D | StateMachine.java | 642 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/ |
D | CascadingMenuPopup.java | 149 final int nextIndex = menuIndex + 1; 150 if (nextIndex < mShowingMenus.size()) { 151 nextInfo = mShowingMenus.get(nextIndex);
|
/frameworks/base/core/java/android/widget/ |
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()
|
D | ListView.java | 3520 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/ |
D | InputMethodSubtypeSwitchingControllerTest.java | 183 final int nextIndex = (currentIndex + 1) % N; in assertRotationOrder() local 186 final ImeSubtypeListItem nextItem = expectedRotationOrderOfImeSubtypeList[nextIndex]; in assertRotationOrder()
|
/frameworks/rs/ |
D | rsFont.cpp | 184 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/ |
D | ProcessList.java | 2852 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/ |
D | ExecutionPlan.cpp | 1085 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/ |
D | VelocityTracker.cpp | 720 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/ |
D | TaskStackView.java | 1861 final int nextIndex = mLayoutAlgorithm.mTaskGridLayoutAlgorithm.navigateFocus(taskCount, in onBusEvent() local 1863 setFocusedTask(nextIndex, false, true); in onBusEvent()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 3556 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/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |