/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MenuTargetsCallback.java | 52 public boolean areItemsTheSame(int oldIndex, int newIndex) { in areItemsTheSame() 57 public boolean areContentsTheSame(int oldIndex, int newIndex) { in areContentsTheSame()
|
/frameworks/av/media/libaaudio/src/binding/ |
D | AudioEndpointParcelable.cpp | 57 void updateSharedMemoryIndex(SharedRegion* sharedRegion, int oldIndex, int newIndex) { in updateSharedMemoryIndex() 63 void updateSharedMemoryIndex(RingBuffer* ringBuffer, int oldIndex, int newIndex) { in updateSharedMemoryIndex() 69 void updateSharedMemoryIndex(Endpoint* endpoint, int oldIndex, int newIndex) { in updateSharedMemoryIndex()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
D | VolumeHelperTest.java | 314 int newIndex = circularNoMinMaxIncrementVolume(STREAM_MUSIC); in setStreamVolume_callsASSetStreamVolumeIndex() local 431 int newIndex = circularNoMinMaxIncrementVolume(STREAM_MUSIC); in check_getVolumeGroupVolumeIndex() local 434 newIndex, /*flags=*/0, mContext.getOpPackageName(), /*attributionTag*/null); in check_getVolumeGroupVolumeIndex() local 497 int newIndex = circularNoMinMaxIncrementVolume(STREAM_NOTIFICATION); in flagAbsVolume_onBtDevice_changesVolume() local 516 int newIndex = circularNoMinMaxIncrementVolume(STREAM_NOTIFICATION); in flagAbsVolume_onNonBtDevice_noVolumeChange() local
|
/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/notification/headsup/ |
D | HeadsUpTouchHelper.java | 107 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationListContainer.java | 52 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition()
|
D | NotificationStackScrollLayout.java | 3318 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | StackAnimationController.java | 783 private boolean animateSwap(View view, int oldIndex, int newIndex, in animateSwap() 812 private void moveToFinalIndex(View view, int newIndex, in moveToFinalIndex()
|
D | PhysicsAnimationLayout.java | 152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
|
D | ExpandedAnimationController.java | 604 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 292 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 | 452 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {} in setSystemAudioVolume()
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | WatchedSparseBooleanMatrix.java | 409 int newIndex = nextFree(true /* acquire */); in indexOfKey() local
|
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
D | HdmiAudioSystemClientTest.java | 276 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 2718 public final int newIndex; field in PhoneNumberUtils.CountryCallingCodeAndNewIndex 2719 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | SoundDoseHelper.java | 889 private void updateDoseAttenuation(int newIndex, int device, int streamType, in updateDoseAttenuation()
|
D | AudioService.java | 3343 int newIndex = rescaleIndex(index, srcVss.getMinIndex(), srcVss.getMaxIndex(), in rescaleIndex() local 4156 int newIndex = getVssForStreamOrDefault(streamType).getIndex(device); in adjustStreamVolume() local 4203 final int newIndex = getVssForStreamOrDefault(streamType).getIndex(device); in adjustStreamVolume() local 8961 int newIndex = Math.max((int) ((previousIndex - 1) * stepFactor), in adjustVolume() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleData.java | 889 int newIndex = Math.min(indexOfSelected, mBubbles.size() - 1); in setNewSelectedIndex() local
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayDeviceConfig.java | 2585 int newIndex = 0; in constrainNitsAndBacklightArrays() local
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 2720 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4664 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
|