Home
last modified time | relevance | path

Searched refs:onMove (Results 1 – 25 of 43) sorted by relevance

12

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubblesNavBarMotionEventHandlerTest.java84 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 DCrossProcessCursorWrapper.java67 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in CrossProcessCursorWrapper
70 return crossProcessCursor.onMove(oldPosition, newPosition); in onMove()
H A DBulkCursorToCursorAdaptor.java74 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in BulkCursorToCursorAdaptor
84 mBulkCursor.onMove(newPosition); in onMove()
H A DCrossProcessCursor.java77 boolean onMove(int oldPosition, int newPosition); in onMove() method
H A DCursorToBulkCursorAdaptor.java207 public void onMove(int position) { in onMove() method in CursorToBulkCursorAdaptor
211 mCursor.onMove(mCursor.getPosition(), position); in onMove()
H A DIBulkCursor.java44 public void onMove(int position) throws RemoteException; in onMove() method
H A DBulkCursorNative.java104 onMove(position); in onTransact()
179 public void onMove(int position) throws RemoteException { in onMove() method in BulkCursorProxy
H A DAbstractCursor.java201 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in AbstractCursor
255 boolean result = onMove(mPos, position); in moveToPosition()
H A DMergeCursor.java68 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 DBubblesNavBarMotionEventHandler.java86 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 DRelativeTouchListener.kt50 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 DPipTouchGesture.java32 public boolean onMove(PipTouchState touchState) { in onMove() method in PipTouchGesture
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationConnectionImpl.java162 void onMove(int displayId) { in onMove() method in WindowMagnificationConnectionImpl
165 mConnectionCallback.onMove(displayId); in onMove()
H A DWindowMagnifierCallback.java63 void onMove(int displayId); in onMove() method
H A DWindowMagnification.java351 public void onMove(int displayId) {
353 mWindowMagnificationConnectionImpl.onMove(displayId);
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DIWindowMagnificationConnectionCallback.aidl76 void onMove(int displayId); in onMove() method
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DGestureMatcher.java146 onMove(event, rawEvent, policyFlags); in onMotionEvent()
190 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) {} in onMove() method in GestureMatcher
H A DMultiTap.java106 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in MultiTap
H A DSecondFingerMultiTap.java111 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 DSimpleSwipe.java57 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in SimpleSwipe
H A DTwoFingersDownOrSwipe.java71 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 DWindowMagnificationTest.java193 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 DGesturesObserverTest.java129 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 DSQLiteCursor.java119 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 DFavoritesModel.kt218 override fun onMove(

12