Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java97 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
DPanelView.java341 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onTouchEvent() local
598 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
DNotificationPanelView.java1079 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onQsIntercept() local
1456 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onQsTouch() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java50 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java150 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
DExpandedAnimationController.java464 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java288 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition()
/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.aidl63 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/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java375 int newIndex = Math.min(indexToRemove, mBubbles.size() - 1); in doRemove() local
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java3034 public final int newIndex; field in PhoneNumberUtils.CountryCallingCodeAndNewIndex
3035 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackView.java961 int newIndex = mStack.indexOfTask(focusedTask); in setRelativeFocusedTask() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java1837 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4432 const ssize_t newIndex = getResource(value->data, value, true, 0, &newFlags, in resolveReference() local
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1919 int newIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2892 final int newIndex = actionIndex == 0 ? 1 : 0; in onPointerUp() local