Home
last modified time | relevance | path

Searched defs:newIndex (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java101 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DEventIndexTest.java122 EventIndex newIndex = new EventIndex(mEventIndex); in testCopyConstructor() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java53 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition()
DNotificationStackScrollLayout.java3228 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition()
/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.java784 private boolean animateSwap(View view, int oldIndex, int newIndex, in animateSwap()
813 private void moveToFinalIndex(View view, int newIndex, in moveToFinalIndex()
DExpandedAnimationController.java568 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/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/core/java/android/hardware/hdmi/
DIHdmiControlService.aidl69 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
DHdmiControlServiceWrapper.java452 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {} in setSystemAudioVolume()
/frameworks/base/services/core/java/com/android/server/utils/
DWatchedSparseBooleanMatrix.java409 int newIndex = nextFree(true /* acquire */); in indexOfKey() local
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java274 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsController.java1621 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onTouch() local
1709 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onIntercept() local
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java3036 public final int newIndex; field in PhoneNumberUtils.CountryCallingCodeAndNewIndex
3037 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java633 int newIndex = Math.min(indexOfSelected, mBubbles.size() - 1); in setNewSelectedIndex() local
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java2128 int newIndex = 0; in constrainNitsAndBacklightArrays() local
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3405 int newIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local
3447 final int newIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local
7644 int newIndex = Math.max(previousIndex - 1, mIndexMin); in adjustVolume() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java2198 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4546 const ssize_t newIndex = getResource(value->data, value, true, 0, &newFlags, in resolveReference() local
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java3013 final int newIndex = actionIndex == 0 ? 1 : 0; in onPointerUp() local