/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuTargetsCallback.java | 52 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 D | PhysicsAnimationLayout.java | 152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
|
H A D | StackAnimationController.java | 771 final int oldIndex = mLayout.indexOfChild(view); in animateReorder() local 780 private boolean animateSwap(View view, int oldIndex, int newIndex, in animateSwap()
|
H A D | ExpandedAnimationController.java | 574 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 D | PhysicsAnimationLayoutTestCase.java | 283 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaCarouselScrollHandler.kt | 475 val oldIndex = visibleMediaIndex regex
|
/aosp14/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | IHdmiControlService.aidl | 69 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
|
H A D | HdmiControlServiceWrapper.java | 452 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {} in setSystemAudioVolume()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/listeners/ |
H A D | ListenerMultiplexer.java | 285 int oldIndex = mRegistrations.indexOfKey(oldKey); in replaceRegistration() local
|
/aosp14/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
H A D | HdmiAudioSystemClientTest.java | 276 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 3525 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 D | ViewGroup.java | 5349 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 D | HdmiControlService.java | 2483 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|