/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MenuTargetsCallback.java | 52 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/ |
D | AudioEndpointParcelable.cpp | 57 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/ |
D | StackAnimationController.java | 773 final int oldIndex = mLayout.indexOfChild(view); in animateReorder() local 783 private boolean animateSwap(View view, int oldIndex, int newIndex, in animateSwap()
|
D | PhysicsAnimationLayout.java | 152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
|
D | ExpandedAnimationController.java | 604 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 292 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/ |
D | MediaCarouselScrollHandler.kt | 478 val oldIndex = visibleMediaIndex in onMediaScrollingChanged() constant
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | IHdmiControlService.aidl | 69 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
|
D | HdmiControlServiceWrapper.java | 452 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {} in setSystemAudioVolume()
|
/frameworks/base/services/core/java/com/android/server/location/listeners/ |
D | ListenerMultiplexer.java | 285 int oldIndex = mRegistrations.indexOfKey(oldKey); in replaceRegistration() local
|
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
D | HdmiAudioSystemClientTest.java | 276 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioServiceEvents.java | 158 VolChangedBroadcastEvent(int stream, String aliasIndexes, int index, int oldIndex) { in VolChangedBroadcastEvent()
|
D | AudioService.java | 3729 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/ |
D | ViewGroup.java | 5327 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/ |
D | HdmiControlService.java | 2661 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|