Home
last modified time | relevance | path

Searched defs:performDrag (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDragDropController.java97 IBinder performDrag(int callerPid, int callerUid, IWindow window, int flags, in performDrag() method in DragDropController
H A DSession.java288 public IBinder performDrag(IWindow window, int flags, SurfaceControl surface, int touchSource, in performDrag() method in Session
/aosp12/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl174 IBinder performDrag(IWindow window, int flags, in SurfaceControl surface, int touchSource, in performDrag() method
H A DWindowlessWindowManager.java366 public android.os.IBinder performDrag(android.view.IWindow window, int flags, in performDrag() method in WindowlessWindowManager
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp5355 void performDrag() { in performDrag() function in android::inputdispatcher::InputDispatcherDragTests