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.java96 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()
DWindowManagerInternal.java169 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag() argument
DDragState.java641 void overridePointerIconLocked(int touchSource) { in overridePointerIconLocked() argument
642 mTouchSource = touchSource; in overridePointerIconLocked()
DSession.java316 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/
DIWindowSession.aidl170 IBinder performDrag(IWindow window, int flags, in SurfaceControl surface, int touchSource, in performDrag() argument