Home
last modified time | relevance | path

Searched refs:touchSource (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java156 SurfaceControl surface, int touchSource, int touchDeviceId, int touchPointerId, in performDrag() argument
166 touchSource, touchX, touchY, thumbCenterX, thumbCenterY, data); in performDrag()
267 if ((touchSource & InputDevice.SOURCE_MOUSE) == InputDevice.SOURCE_MOUSE) { in performDrag()
DSession.java373 public IBinder performDrag(IWindow window, int flags, SurfaceControl surface, int touchSource, in performDrag() argument
383 return mDragDropController.performDrag(mPid, mUid, window, flags, surface, touchSource, in performDrag()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl191 IBinder performDrag(IWindow window, int flags, in SurfaceControl surface, int touchSource, in performDrag() argument
DWindowlessWindowManager.java530 android.view.SurfaceControl surface, int touchSource, int touchDeviceId, in performDrag() argument