Home
last modified time | relevance | path

Searched defs:newIndex (Results 1 – 25 of 857) sorted by relevance

12345678910>>...35

/aosp_15_r20/dalvik/dx/src/com/android/dx/merge/
H A DDexMerger.java355 abstract void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex); in updateIndex()
401 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeStringIds()
424 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeTypeIds()
447 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeTypeLists()
467 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeProtoIds()
494 void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeCallSiteIds()
518 void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeMethodHandles()
539 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeFieldIds()
562 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeMethodIds()
586 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeAnnotations()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DVolumeHelperTest.java304 int newIndex = circularNoMinMaxIncrementVolume(STREAM_MUSIC); in setStreamVolume_callsASSetStreamVolumeIndex() local
421 int newIndex = circularNoMinMaxIncrementVolume(STREAM_MUSIC); in check_getVolumeGroupVolumeIndex() local
424 newIndex, /*flags=*/0, mContext.getOpPackageName(), /*attributionTag*/null); in check_getVolumeGroupVolumeIndex() local
487 int newIndex = circularNoMinMaxIncrementVolume(STREAM_NOTIFICATION); in flagAbsVolume_onBtDevice_changesVolume() local
506 int newIndex = circularNoMinMaxIncrementVolume(STREAM_NOTIFICATION); in flagAbsVolume_onNonBtDevice_noVolumeChange() local
/aosp_15_r20/frameworks/av/media/libaaudio/src/binding/
H A DAudioEndpointParcelable.cpp57 void updateSharedMemoryIndex(SharedRegion* sharedRegion, int oldIndex, int newIndex) { in updateSharedMemoryIndex()
63 void updateSharedMemoryIndex(RingBuffer* ringBuffer, int oldIndex, int newIndex) { in updateSharedMemoryIndex()
69 void updateSharedMemoryIndex(Endpoint* endpoint, int oldIndex, int newIndex) { in updateSharedMemoryIndex()
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DPointerTrackerQueue.java70 int newIndex = 0; in remove() local
102 int newIndex, index; in releaseAllPointersOlderThan() local
154 int newIndex = 0, count = 0; in releaseAllPointersExcept() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/
H A DConcatenatingMediaSource.java371 public synchronized void moveMediaSource(int currentIndex, int newIndex) { in moveMediaSource()
389 int currentIndex, int newIndex, Handler handler, Runnable onCompletionAction) { in moveMediaSource()
609 int newIndex, in movePublicMediaSource()
765 private void addMediaSourceInternal(int newIndex, MediaSourceHolder newMediaSourceHolder) { in addMediaSourceInternal()
809 private void moveMediaSourceInternal(int currentIndex, int newIndex) { in moveMediaSourceInternal()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/
H A DConcatenatingMediaSource.java371 public synchronized void moveMediaSource(int currentIndex, int newIndex) { in moveMediaSource()
389 int currentIndex, int newIndex, Handler handler, Runnable onCompletionAction) { in moveMediaSource()
609 int newIndex, in movePublicMediaSource()
765 private void addMediaSourceInternal(int newIndex, MediaSourceHolder newMediaSourceHolder) { in addMediaSourceInternal()
809 private void moveMediaSourceInternal(int currentIndex, int newIndex) { in moveMediaSourceInternal()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/ui/util/
DMediaViewModelCallback.java31 public boolean areItemsTheSame(int oldIndex, int newIndex) { in areItemsTheSame()
36 public boolean areContentsTheSame(int oldIndex, int newIndex) { in areContentsTheSame()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuTargetsCallback.java52 public boolean areItemsTheSame(int oldIndex, int newIndex) { in areItemsTheSame()
57 public boolean areContentsTheSame(int oldIndex, int newIndex) { in areContentsTheSame()
/aosp_15_r20/dalvik/dx/src/com/android/dx/io/instructions/
H A DInvokePolymorphicRangeDecodedInstruction.java56 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex()
68 public DecodedInstruction withIndex(int newIndex) { in withIndex()
H A DInvokePolymorphicDecodedInstruction.java48 public DecodedInstruction withIndex(int newIndex) { in withIndex()
55 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex()
H A DDecodedInstruction.java477 public abstract DecodedInstruction withIndex(int newIndex); in withIndex()
480 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex()
H A DZeroRegisterDecodedInstruction.java41 public DecodedInstruction withIndex(int newIndex) { in withIndex()
/aosp_15_r20/external/javassist/src/main/javassist/expr/
H A DNewExpr.java190 int newIndex = iterator.u16bitAt(pos + 1); in replace() local
244 int newIndex, methodIndex; field in NewExpr.ProceedForNew
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/
H A DPlayerManager.java43 void onQueuePositionChanged(int previousIndex, int newIndex); in onQueuePositionChanged()
159 public boolean moveItem(MediaItem item, int newIndex) { in moveItem()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/
H A DPlayerManager.java43 void onQueuePositionChanged(int previousIndex, int newIndex); in onQueuePositionChanged()
159 public boolean moveItem(MediaItem item, int newIndex) { in moveItem()
/aosp_15_r20/external/oboe/samples/SoundBoard/src/main/kotlin/com/google/oboe/samples/soundboard/
H A DMusicTileView.kt95 val newIndex = getIndexFromLocation(point) in onTouchEvent() constant
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp361 int32_t newIndex=oldIndex+1; in utm_alloc() local
374 int32_t newIndex=oldIndex+n; in utm_allocN() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Dtoolutil.cpp361 int32_t newIndex=oldIndex+1; in utm_alloc() local
374 int32_t newIndex=oldIndex+n; in utm_allocN() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java783 private boolean animateSwap(View view, int oldIndex, int newIndex, in animateSwap()
812 private void moveToFinalIndex(View view, int newIndex, in moveToFinalIndex()
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/containers/
DEntityManager.h123 size_t newIndex = mFirstFreeIndex; in add() local
177 size_t newIndex = getHandleIndex(fixedHandle); in addFixed() local
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DCollapseDims.h33 int64_t newIndex = -1; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/
H A Dparsepos.h69 ParsePosition(int32_t newIndex) in ParsePosition()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/
H A Dparsepos.h69 ParsePosition(int32_t newIndex) in ParsePosition()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/
H A Dparsepos.h69 ParsePosition(int32_t newIndex) in ParsePosition()
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Dparsepos.h69 ParsePosition(int32_t newIndex) in ParsePosition()

12345678910>>...35