Searched defs:oldIndex (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 150 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
|
D | ExpandedAnimationController.java | 464 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 282 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | IHdmiControlService.aidl | 63 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
|
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
D | HdmiAudioSystemClientTest.java | 264 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 1865 int oldIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local 2365 int oldIndex; in setStreamVolume() local 2607 protected void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags, int device) in sendVolumeUpdate() 3851 private int checkForRingerModeChange(int oldIndex, int direction, int step, boolean isMuted, in checkForRingerModeChange() 5037 int oldIndex; in setIndex() local
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 178 ssize_t oldIndex = map->mKeys.indexOfKey(keyCode); in combine() local
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 1837 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 5221 final int oldIndex = mTransientIndices.get(i); in addViewInner() local 5508 final int oldIndex = mTransientIndices.get(i); in removeViewInternal() local
|