Searched defs:oldIndex (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
|
D | StackAnimationController.java | 775 final int oldIndex = mLayout.indexOfChild(view); in animateReorder() local 784 private boolean animateSwap(View view, int oldIndex, int newIndex, in animateSwap()
|
D | ExpandedAnimationController.java | 568 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 | 283 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
D | MediaCarouselScrollHandler.kt | 474 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/core/tests/hdmitests/src/android/hardware/hdmi/ |
D | HdmiAudioSystemClientTest.java | 274 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 252 ssize_t oldIndex = mKeys.indexOfKey(keyCode); in combine() local
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 3349 int oldIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local 4310 int oldIndex; in setStreamVolume() local 4580 protected void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags, int device) in sendVolumeUpdate() 6411 private int checkForRingerModeChange(int oldIndex, int direction, int step, boolean isMuted, in checkForRingerModeChange() 8270 int oldIndex; in setIndex() local
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 5319 final int oldIndex = mTransientIndices.get(i); in addViewInner() local 5606 final int oldIndex = mTransientIndices.get(i); in removeViewInternal() local
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 2198 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|