/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 97 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
|
D | PanelView.java | 341 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onTouchEvent() local 594 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
|
D | NotificationPanelView.java | 933 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onQsIntercept() local 1229 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onQsTouch() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationListContainer.java | 50 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleData.java | 300 int newIndex = Math.min(indexToRemove, mBubbles.size() - 1); in doRemove() local 568 int newIndex = Math.min(selectedIndex, mBubbles.size() - 1); in onBubbleBlocked() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 143 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
|
D | ExpandedAnimationController.java | 390 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationViewHierarchyManagerTest.java | 284 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 278 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | IHdmiControlService.aidl | 60 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
|
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
D | HdmiAudioSystemClientTest.java | 254 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 3026 public final int newIndex; field in PhoneNumberUtils.CountryCallingCodeAndNewIndex 3027 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskStackView.java | 958 int newIndex = mStack.indexOfTask(focusedTask); in setRelativeFocusedTask() local
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 1788 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4432 const ssize_t newIndex = getResource(value->data, value, true, 0, &newFlags, in resolveReference() local
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 1865 int newIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 2892 final int newIndex = actionIndex == 0 ? 1 : 0; in onPointerUp() local
|