/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubblesNavBarMotionEventHandlerTest.java | 84 verify(mMotionEventListener).onMove(0, -300); in testMotionEvent_swipeUpInGestureZone_handled() 85 verify(mMotionEventListener).onMove(0, -500); in testMotionEvent_swipeUpInGestureZone_handled() 86 verify(mMotionEventListener).onMove(0, -600); in testMotionEvent_swipeUpInGestureZone_handled() 110 verify(mMotionEventListener).onMove(100, 0); in testMotionEvent_horizontalMoveMoreThanTouchSlop_handled()
|
/aosp14/frameworks/base/core/java/android/database/ |
H A D | CrossProcessCursorWrapper.java | 67 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in CrossProcessCursorWrapper 70 return crossProcessCursor.onMove(oldPosition, newPosition); in onMove()
|
H A D | BulkCursorToCursorAdaptor.java | 74 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in BulkCursorToCursorAdaptor 84 mBulkCursor.onMove(newPosition); in onMove()
|
H A D | CrossProcessCursor.java | 77 boolean onMove(int oldPosition, int newPosition); in onMove() method
|
H A D | CursorToBulkCursorAdaptor.java | 207 public void onMove(int position) { in onMove() method in CursorToBulkCursorAdaptor 211 mCursor.onMove(mCursor.getPosition(), position); in onMove()
|
H A D | IBulkCursor.java | 44 public void onMove(int position) throws RemoteException; in onMove() method
|
H A D | BulkCursorNative.java | 104 onMove(position); in onTransact() 179 public void onMove(int position) throws RemoteException { in onMove() method in BulkCursorProxy
|
H A D | AbstractCursor.java | 201 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in AbstractCursor 255 boolean result = onMove(mPos, position); in moveToPosition()
|
H A D | MergeCursor.java | 68 public boolean onMove(int oldPosition, int newPosition) in onMove() method in MergeCursor
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubblesNavBarMotionEventHandler.java | 86 mMotionEventListener.onMove(dx, dy); in onMotionEvent() 159 void onMove(float dx, float dy); in onMove() method
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
H A D | RelativeTouchListener.kt | 50 abstract fun onMove( regex 129 onMove(v, ev, viewPositionOnTouchDown.x, viewPositionOnTouchDown.y, dx, dy)
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchGesture.java | 32 public boolean onMove(PipTouchState touchState) { in onMove() method in PipTouchGesture
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationConnectionImpl.java | 162 void onMove(int displayId) { in onMove() method in WindowMagnificationConnectionImpl 165 mConnectionCallback.onMove(displayId); in onMove()
|
H A D | WindowMagnifierCallback.java | 63 void onMove(int displayId); in onMove() method
|
H A D | WindowMagnification.java | 351 public void onMove(int displayId) { 353 mWindowMagnificationConnectionImpl.onMove(displayId);
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | IWindowMagnificationConnectionCallback.aidl | 76 void onMove(int displayId); in onMove() method
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | GestureMatcher.java | 146 onMove(event, rawEvent, policyFlags); in onMotionEvent() 190 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) {} in onMove() method in GestureMatcher
|
H A D | MultiTap.java | 106 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in MultiTap
|
H A D | SecondFingerMultiTap.java | 111 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in SecondFingerMultiTap
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | SimpleSwipe.java | 57 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in SimpleSwipe
|
H A D | TwoFingersDownOrSwipe.java | 71 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in TwoFingersDownOrSwipe
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationTest.java | 193 mWindowMagnification.mWindowMagnifierCallback.onMove(TEST_DISPLAY); in onMove_enabled_notifyCallback() 195 verify(mConnectionCallback).onMove(TEST_DISPLAY); in onMove_enabled_notifyCallback()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
H A D | GesturesObserverTest.java | 129 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in GesturesObserverTest.GestureMatcherStub
|
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteCursor.java | 119 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in SQLiteCursor
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
H A D | FavoritesModel.kt | 218 override fun onMove(
|