Home
last modified time | relevance | path

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

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