Searched defs:touchSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DDragDropController.java96 int flags, SurfaceControl surface, int touchSource, float touchX, float touchY,
105 touchSource, touchX, touchY, thumbCenterX, thumbCenterY, data);
166 mDragState.overridePointerIconLocked(touchSource);
95 performDrag(SurfaceSession session, int callerPid, int callerUid, IWindow window, int flags, SurfaceControl surface, int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) argument
H A DDragState.java641 void overridePointerIconLocked(int touchSource) { argument
642 mTouchSource = touchSource;
H A DWindowManagerInternal.java169 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY,
168 prePerformDrag(IWindow window, IBinder dragToken, int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) argument
H A DSession.java316 public IBinder performDrag(IWindow window, int flags, SurfaceControl surface, int touchSource, argument
323 flags, surface, touchSource, touchX, touchY, thumbCenterX, thumbCenterY, data);

Completed in 128 milliseconds