Home
last modified time | relevance | path

Searched defs:oldIndex (Results 1 – 13 of 13) sorted by relevance

/aosp14/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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
H A DStackAnimationController.java771 final int oldIndex = mLayout.indexOfChild(view); in animateReorder() local
780 private boolean animateSwap(View view, int oldIndex, int newIndex, in animateSwap()
H A DExpandedAnimationController.java574 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java283 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaCarouselScrollHandler.kt475 val oldIndex = visibleMediaIndex regex
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiControlService.aidl69 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
H A DHdmiControlServiceWrapper.java452 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {} in setSystemAudioVolume()
/aosp14/frameworks/base/services/core/java/com/android/server/location/listeners/
H A DListenerMultiplexer.java285 int oldIndex = mRegistrations.indexOfKey(oldKey); in replaceRegistration() local
/aosp14/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
H A DHdmiAudioSystemClientTest.java276 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3525 int oldIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local
4496 int oldIndex; in setStreamVolume() local
4760 protected void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags, int device) in sendVolumeUpdate()
6615 private int checkForRingerModeChange(int oldIndex, int direction, int step, boolean isMuted, in checkForRingerModeChange()
8597 int oldIndex; in setIndex() local
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java5349 final int oldIndex = mTransientIndices.get(i); in addViewInner() local
5636 final int oldIndex = mTransientIndices.get(i); in removeViewInternal() local
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java2483 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()