Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
DStackAnimationController.java803 final int oldIndex = mLayout.indexOfChild(view); in animateReorder() local
808 private void animateSwap(View view, int oldIndex, int newIndex, in animateSwap()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java283 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaCarouselScrollHandler.kt475 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.java442 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {} in setSystemAudioVolume()
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java274 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp208 ssize_t oldIndex = mKeys.indexOfKey(keyCode); in combine() local
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2886 int oldIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local
3537 int oldIndex; in setStreamVolume() local
3781 protected void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags, int device) in sendVolumeUpdate()
5525 private int checkForRingerModeChange(int oldIndex, int direction, int step, boolean isMuted, in checkForRingerModeChange()
6967 int oldIndex; in setIndex() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java2017 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
/frameworks/base/core/java/android/view/
DViewGroup.java5318 final int oldIndex = mTransientIndices.get(i); in addViewInner() local
5605 final int oldIndex = mTransientIndices.get(i); in removeViewInternal() local