/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuTargetsCallback.java | 52 public boolean areItemsTheSame(int oldIndex, int newIndex) { in areItemsTheSame() 57 public boolean areContentsTheSame(int oldIndex, int newIndex) { in areContentsTheSame()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | HeadsUpTouchHelper.java | 100 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | EventIndexTest.java | 122 EventIndex newIndex = new EventIndex(mEventIndex); in testCopyConstructor() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | PhysicsAnimationLayout.java | 152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
|
H A D | StackAnimationController.java | 780 private boolean animateSwap(View view, int oldIndex, int newIndex, in animateSwap() 809 private void moveToFinalIndex(View view, int newIndex, in moveToFinalIndex()
|
H A D | ExpandedAnimationController.java | 574 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationListContainer.java | 53 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition()
|
H A D | NotificationStackScrollLayout.java | 3153 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
H A D | PhysicsAnimationLayoutTestCase.java | 283 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
|
/aosp14/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | IHdmiControlService.aidl | 69 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
|
H A D | HdmiControlServiceWrapper.java | 452 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {} in setSystemAudioVolume()
|
/aosp14/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | WatchedSparseBooleanMatrix.java | 409 int newIndex = nextFree(true /* acquire */); in indexOfKey() local
|
/aosp14/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
H A D | HdmiAudioSystemClientTest.java | 276 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | PhoneNumberUtils.java | 2674 public final int newIndex; field in PhoneNumberUtils.CountryCallingCodeAndNewIndex 2675 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | QuickSettingsController.java | 1705 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onTouch() local 1792 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onIntercept() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleData.java | 726 int newIndex = Math.min(indexOfSelected, mBubbles.size() - 1); in setNewSelectedIndex() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | SoundDoseHelper.java | 838 private void updateDoseAttenuation(int newIndex, int device, int streamType, in updateDoseAttenuation()
|
H A D | AudioService.java | 3581 int newIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local 3623 final int newIndex = mStreamStates[streamType].getIndex(device); in adjustStreamVolume() local 7939 int newIndex = Math.max(previousIndex - 1, mIndexMin); in adjustVolume() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayDeviceConfig.java | 2433 int newIndex = 0; in constrainNitsAndBacklightArrays() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiControlService.java | 2483 public void setSystemAudioVolume(final int oldIndex, final int newIndex, in setSystemAudioVolume()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 4586 const ssize_t newIndex = getResource(value->data, value, true, 0, &newFlags, in resolveReference() local
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 3013 final int newIndex = actionIndex == 0 ? 1 : 0; in onPointerUp() local
|