/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | EventIndexTest.java | 122 EventIndex newIndex = new EventIndex(mEventIndex); in testCopyConstructor() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 100 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
|
D | PanelViewController.java | 1199 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local 1313 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onTouch() local
|
D | NotificationPanelViewController.java | 1648 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onQsIntercept() local 2011 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 | 53 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition()
|
D | NotificationStackScrollLayout.java | 3010 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
|
D | StackAnimationController.java | 808 private void animateSwap(View view, int oldIndex, int newIndex, in animateSwap() 840 private void moveToFinalIndex(View view, int newIndex, in moveToFinalIndex()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationViewHierarchyManagerTest.java | 270 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 283 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | IHdmiControlService.aidl | 69 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
|
D | HdmiControlServiceWrapper.java | 442 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {} in setSystemAudioVolume()
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | WatchedSparseBooleanMatrix.java | 374 int newIndex = nextFree(); in indexOfKey() local
|
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
D | HdmiAudioSystemClientTest.java | 274 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayDeviceConfig.java | 588 int newIndex = 0; in constrainNitsAndBacklightArrays() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleData.java | 589 int newIndex = Math.min(indexToRemove, mBubbles.size() - 1); in doRemove() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 3036 public final int newIndex; field in PhoneNumberUtils.CountryCallingCodeAndNewIndex 3037 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 2017 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 2942 int newIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local 2974 final int newIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4549 const ssize_t newIndex = getResource(value->data, value, true, 0, &newFlags, in resolveReference() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 3013 final int newIndex = actionIndex == 0 ? 1 : 0; in onPointerUp() local
|