Searched refs:touchSource (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragDropController.java | 96 int flags, SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag() argument 105 touchSource, touchX, touchY, thumbCenterX, thumbCenterY, data); in performDrag() 166 mDragState.overridePointerIconLocked(touchSource); in performDrag()
|
D | WindowManagerInternal.java | 169 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag() argument
|
D | DragState.java | 641 void overridePointerIconLocked(int touchSource) { in overridePointerIconLocked() argument 642 mTouchSource = touchSource; in overridePointerIconLocked()
|
D | Session.java | 316 public IBinder performDrag(IWindow window, int flags, SurfaceControl surface, int touchSource, in performDrag() argument 323 flags, surface, touchSource, touchX, touchY, thumbCenterX, thumbCenterY, data); in performDrag()
|
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 170 IBinder performDrag(IWindow window, int flags, in SurfaceControl surface, int touchSource, in performDrag() argument
|