Home
last modified time | relevance | path

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

123

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubblesNavBarMotionEventHandlerTest.java82 verify(mMotionEventListener).onMove(0, -300); in testMotionEvent_swipeUpInGestureZone_handled()
83 verify(mMotionEventListener).onMove(0, -500); in testMotionEvent_swipeUpInGestureZone_handled()
84 verify(mMotionEventListener).onMove(0, -600); in testMotionEvent_swipeUpInGestureZone_handled()
108 verify(mMotionEventListener).onMove(100, 0); in testMotionEvent_horizontalMoveMoreThanTouchSlop_handled()
/frameworks/base/core/java/android/database/
DCrossProcessCursorWrapper.java67 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in CrossProcessCursorWrapper
70 return crossProcessCursor.onMove(oldPosition, newPosition); in onMove()
DBulkCursorToCursorAdaptor.java74 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in BulkCursorToCursorAdaptor
84 mBulkCursor.onMove(newPosition); in onMove()
DCrossProcessCursor.java77 boolean onMove(int oldPosition, int newPosition); in onMove() method
DIBulkCursor.java44 public void onMove(int position) throws RemoteException; in onMove() method
DCursorToBulkCursorAdaptor.java207 public void onMove(int position) { in onMove() method in CursorToBulkCursorAdaptor
211 mCursor.onMove(mCursor.getPosition(), position); in onMove()
DBulkCursorNative.java104 onMove(position); in onTransact()
179 public void onMove(int position) throws RemoteException { in onMove() method in BulkCursorProxy
DAbstractCursor.java203 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in AbstractCursor
269 boolean result = onMove(mPos, position); in moveToPosition()
DMergeCursor.java69 public boolean onMove(int oldPosition, int newPosition) in onMove() method in MergeCursor
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchGesture.java32 public boolean onMove(PipTouchState touchState) { in onMove() method in PipTouchGesture
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipTouchGesture.java32 public boolean onMove(PipTouchState touchState) { in onMove() method in PipTouchGesture
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblesNavBarMotionEventHandler.java86 mMotionEventListener.onMove(dx, dy); in onMotionEvent()
159 void onMove(float dx, float dy); in onMove() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnifierCallback.java63 void onMove(int displayId); in onMove() method
DMagnificationConnectionImpl.java168 void onMove(int displayId) { in onMove() method in MagnificationConnectionImpl
171 mConnectionCallback.onMove(displayId); in onMove()
/frameworks/base/core/java/android/view/accessibility/
DIMagnificationConnectionCallback.aidl82 void onMove(int displayId); in onMove() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DRelativeTouchListener.kt50 abstract fun onMove( in onDown() method
136 onMove(v, ev, viewPositionOnTouchDown.x, viewPositionOnTouchDown.y, dx, dy) in onTouch()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureMatcher.java146 onMove(event, rawEvent, policyFlags); in onMotionEvent()
190 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) {} in onMove() method in GestureMatcher
DMultiTap.java106 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in MultiTap
DSecondFingerMultiTap.java111 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in SecondFingerMultiTap
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DSimpleSwipe.java57 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in SimpleSwipe
DTwoFingersDownOrSwipe.java71 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in TwoFingersDownOrSwipe
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DContentListState.kt68 fun onMove(fromIndex: Int, toIndex: Int) { in onMove() method
DGridDragDropState.kt173 contentListState.onMove(draggingItem.index, targetItem.index) in onDrag()
176 contentListState.onMove(draggingItem.index, targetItem.index) in onDrag()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DGesturesObserverTest.java129 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in GesturesObserverTest.GestureMatcherStub
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DMagnificationTest.java200 mMagnification.mWindowMagnifierCallback.onMove(TEST_DISPLAY); in onMove_enabled_notifyCallback()
202 verify(mConnectionCallback).onMove(TEST_DISPLAY); in onMove_enabled_notifyCallback()

123