Home
last modified time | relevance | path

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

12

/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/core/java/android/database/
H A DCrossProcessCursor.java77 boolean onMove(int oldPosition, int newPosition); in onMove() method
H A DCrossProcessCursorWrapper.java67 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in CrossProcessCursorWrapper
H A DIBulkCursor.java44 public void onMove(int position) throws RemoteException; in onMove() method
H A DBulkCursorToCursorAdaptor.java74 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in BulkCursorToCursorAdaptor
H A DCursorToBulkCursorAdaptor.java207 public void onMove(int position) { in onMove() method in CursorToBulkCursorAdaptor
H A DMergeCursor.java68 public boolean onMove(int oldPosition, int newPosition) in onMove() method in MergeCursor
H A DBulkCursorNative.java179 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnifierCallback.java63 void onMove(int displayId); in onMove() method
H A DWindowMagnificationConnectionImpl.java162 void onMove(int displayId) { in onMove() method in WindowMagnificationConnectionImpl
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DIWindowMagnificationConnectionCallback.aidl76 void onMove(int displayId); in onMove() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DRelativeTouchListener.kt50 abstract fun onMove( regex
/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/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblesNavBarMotionEventHandler.java159 void onMove(float dx, float dy); in onMove() method
/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/services/accessibility/java/com/android/server/accessibility/gestures/
H A DSecondFingerMultiTap.java111 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in SecondFingerMultiTap
H A DMultiTap.java106 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in MultiTap
H A DMultiFingerMultiTap.java149 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in MultiFingerMultiTap
H A DMultiFingerSwipe.java239 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in MultiFingerSwipe
H A DSwipe.java153 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMove() method in Swipe
H A DGestureMatcher.java190 protected void onMove(MotionEvent event, MotionEvent rawEvent, int policyFlags) {} in onMove() method in GestureMatcher
/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/core/java/com/android/internal/database/
H A DSortCursor.java108 public boolean onMove(int oldPosition, int newPosition) in onMove() method in SortCursor

12