Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDragDropController.java98 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 DWindowManagerInternal.java274 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag() argument
H A DDragState.java685 void overridePointerIconLocked(int touchSource) { in overridePointerIconLocked() argument
686 mTouchSource = touchSource; in overridePointerIconLocked()
H A DSession.java288 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 DIWindowSession.aidl174 IBinder performDrag(IWindow window, int flags, in SurfaceControl surface, int touchSource, in performDrag() argument
H A DWindowlessWindowManager.java367 android.view.SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag() argument