Searched refs:touchSource (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragDropController.java | 91 int flags, SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag() argument 100 touchSource, touchX, touchY, thumbCenterX, thumbCenterY, data); in performDrag() 161 mDragState.overridePointerIconLocked(touchSource); in performDrag()
|
D | WindowManagerInternal.java | 168 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag() argument
|
D | Session.java | 262 public IBinder performDrag(IWindow window, int flags, SurfaceControl surface, int touchSource, in performDrag() argument 269 flags, surface, touchSource, touchX, touchY, thumbCenterX, thumbCenterY, data); in performDrag()
|
D | DragState.java | 691 void overridePointerIconLocked(int touchSource) { in overridePointerIconLocked() argument 692 mTouchSource = touchSource; in overridePointerIconLocked()
|
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 178 IBinder performDrag(IWindow window, int flags, in SurfaceControl surface, int touchSource, in performDrag() argument
|