/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 598 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
|
D | NotificationPanelView.java | 1079 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/ |
D | NotificationListContainer.java | 50 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 150 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
|
D | ExpandedAnimationController.java | 464 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationViewHierarchyManagerTest.java | 288 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 282 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | IHdmiControlService.aidl | 63 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
|
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
D | HdmiAudioSystemClientTest.java | 264 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleData.java | 375 int newIndex = Math.min(indexToRemove, mBubbles.size() - 1); in doRemove() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 3034 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/ |
D | TaskStackView.java | 961 int newIndex = mStack.indexOfTask(focusedTask); in setRelativeFocusedTask() local
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 1837 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 | 1919 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
|