Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java91 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()
DWindowManagerInternal.java168 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag() argument
DSession.java262 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()
DDragState.java691 void overridePointerIconLocked(int touchSource) { in overridePointerIconLocked() argument
692 mTouchSource = touchSource; in overridePointerIconLocked()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl178 IBinder performDrag(IWindow window, int flags, in SurfaceControl surface, int touchSource, in performDrag() argument