Searched refs:touchSource (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DragDropController.java | 98 SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag() argument 107 touchSource, touchX, touchY, thumbCenterX, thumbCenterY, data); in performDrag() 170 mDragState.overridePointerIconLocked(touchSource); in performDrag()
|
H A D | WindowManagerInternal.java | 274 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag() argument
|
H A D | DragState.java | 685 void overridePointerIconLocked(int touchSource) { in overridePointerIconLocked() argument 686 mTouchSource = touchSource; in overridePointerIconLocked()
|
H A D | Session.java | 288 public IBinder performDrag(IWindow window, int flags, SurfaceControl surface, int touchSource, in performDrag() argument 295 return mDragDropController.performDrag(mPid, mUid, window, flags, surface, touchSource, in performDrag()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IWindowSession.aidl | 174 IBinder performDrag(IWindow window, int flags, in SurfaceControl surface, int touchSource, in performDrag() argument
|
H A D | WindowlessWindowManager.java | 367 android.view.SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag() argument
|