Home
last modified time | relevance | path

Searched defs:onMove (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DRelativeTouchListener.kt50 abstract fun onMove( in onDown() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DContentListState.kt68 fun onMove(fromIndex: Int, toIndex: Int) { in onMove() method
/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/core/java/android/database/
DCrossProcessCursor.java77 boolean onMove(int oldPosition, int newPosition); in onMove() method
DCrossProcessCursorWrapper.java67 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in CrossProcessCursorWrapper
DIBulkCursor.java44 public void onMove(int position) throws RemoteException; in onMove() method
DBulkCursorToCursorAdaptor.java74 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in BulkCursorToCursorAdaptor
DCursorToBulkCursorAdaptor.java207 public void onMove(int position) { in onMove() method in CursorToBulkCursorAdaptor
DMergeCursor.java69 public boolean onMove(int oldPosition, int newPosition) in onMove() method in MergeCursor
DBulkCursorNative.java179 public void onMove(int position) throws RemoteException { in onMove() method in BulkCursorProxy
/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/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
/frameworks/base/core/java/android/view/accessibility/
DIMagnificationConnectionCallback.aidl82 void onMove(int displayId); in onMove() method
/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/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblesNavBarMotionEventHandler.java159 void onMove(float dx, float dy); in onMove() method
/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/services/accessibility/java/com/android/server/accessibility/gestures/
DSecondFingerMultiTap.java111 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in SecondFingerMultiTap
DMultiTap.java106 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in MultiTap
DMultiFingerMultiTap.java149 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in MultiFingerMultiTap
/frameworks/base/core/java/android/database/sqlite/
DSQLiteCursor.java119 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in SQLiteCursor
/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java108 public boolean onMove(int oldPosition, int newPosition) in onMove() method in SortCursor
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarExpandedViewDragController.kt100 override fun onMove( in <lambda>() method in com.android.wm.shell.bubbles.bar.BubbleBarExpandedViewDragController.HandleDragListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DFavoritesModel.kt218 override fun onMove( in onMove() method

12