Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuTargetsCallback.java52 public boolean areItemsTheSame(int oldIndex, int newIndex) { in areItemsTheSame()
57 public boolean areContentsTheSame(int oldIndex, int newIndex) { in areContentsTheSame()
/frameworks/av/media/libaaudio/src/binding/
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java773 final int oldIndex = mLayout.indexOfChild(view); in animateReorder() local
783 private boolean animateSwap(View view, int oldIndex, int newIndex, in animateSwap()
DPhysicsAnimationLayout.java152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
DExpandedAnimationController.java604 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java292 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DMediaCarouselScrollHandler.kt478 val oldIndex = visibleMediaIndex in onMediaScrollingChanged() constant
/frameworks/base/core/java/android/hardware/hdmi/
DIHdmiControlService.aidl69 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
DHdmiControlServiceWrapper.java452 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {} in setSystemAudioVolume()
/frameworks/base/services/core/java/com/android/server/location/listeners/
DListenerMultiplexer.java285 int oldIndex = mRegistrations.indexOfKey(oldKey); in replaceRegistration() local
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java276 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioServiceEvents.java158 VolChangedBroadcastEvent(int stream, String aliasIndexes, int index, int oldIndex) { in VolChangedBroadcastEvent()
DAudioService.java3729 int oldIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local
4733 int oldIndex; in setStreamVolume() local
5025 protected void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags, int device) in sendVolumeUpdate()
6923 private int checkForRingerModeChange(int oldIndex, int direction, int step, boolean isMuted, in checkForRingerModeChange()
8966 int oldIndex; in setIndex() local
/frameworks/base/core/java/android/view/
DViewGroup.java5327 final int oldIndex = mTransientIndices.get(i); in addViewInner() local
5614 final int oldIndex = mTransientIndices.get(i); in removeViewInternal() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java2661 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()