Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java150 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
DExpandedAnimationController.java563 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
DStackAnimationController.java817 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java282 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/frameworks/base/core/java/android/hardware/hdmi/
DIHdmiControlService.aidl66 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
DHdmiControlServiceWrapper.java387 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {} in setSystemAudioVolume()
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java264 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp178 ssize_t oldIndex = map->mKeys.indexOfKey(keyCode); in combine() local
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2235 int oldIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local
2768 int oldIndex; in setStreamVolume() local
3012 protected void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags, int device) in sendVolumeUpdate()
4470 private int checkForRingerModeChange(int oldIndex, int direction, int step, boolean isMuted, in checkForRingerModeChange()
5862 int oldIndex; in setIndex() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java2005 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
/frameworks/base/core/java/android/view/
DViewGroup.java5306 final int oldIndex = mTransientIndices.get(i); in addViewInner() local
5593 final int oldIndex = mTransientIndices.get(i); in removeViewInternal() local