Home
last modified time | relevance | path

Searched defs:newIndex (Results 1 – 25 of 57) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuTargetsCallback.java52 public boolean areItemsTheSame(int oldIndex, int newIndex) { in areItemsTheSame()
57 public boolean areContentsTheSame(int oldIndex, int newIndex) { in areContentsTheSame()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DPointerTrackerQueue.java70 int newIndex = 0; in remove() local
102 int newIndex, index; in releaseAllPointersOlderThan() local
154 int newIndex = 0, count = 0; in releaseAllPointersExcept() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java100 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DEventIndexTest.java122 EventIndex newIndex = new EventIndex(mEventIndex); in testCopyConstructor() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DEventIndexTest.java122 EventIndex newIndex = new EventIndex(mEventIndex); in testCopyConstructor() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
H A DStackAnimationController.java795 private void animateSwap(View view, int oldIndex, int newIndex, in animateSwap()
827 private void moveToFinalIndex(View view, int newIndex, in moveToFinalIndex()
H A DExpandedAnimationController.java542 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
H A DStackAnimationController.java780 private boolean animateSwap(View view, int oldIndex, int newIndex, in animateSwap()
809 private void moveToFinalIndex(View view, int newIndex, in moveToFinalIndex()
H A DExpandedAnimationController.java574 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java100 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
H A DPanelViewController.java1205 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onInterceptTouchEvent() local
1319 final int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onTouch() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationListContainer.java53 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationListContainer.java53 void changeViewPosition(ExpandableView child, int newIndex); in changeViewPosition()
/aosp12/packages/apps/Camera2/src/com/android/camera/filmstrip/
H A DFilmstripController.java275 public void onDataFocusChanged(int prevIndex, int newIndex); in onDataFocusChanged()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManagerTest.java276 public void changeViewPosition(ExpandableView child, int newIndex) { in changeViewPosition()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DWordComposer.java183 final int newIndex = size(); in applyProcessedEvent() local
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java283 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java283 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownTouchHandler.java261 int newIndex = event.getPointerId(0) != upPointer ? 0 : 1; in onTouch() local
/aosp12/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiControlService.aidl69 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()
H A DHdmiControlServiceWrapper.java442 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {} in setSystemAudioVolume()
/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanMatrix.java374 int newIndex = nextFree(); in indexOfKey() local
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiControlService.aidl69 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume()

123