Searched defs:thumbCenterY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DDragDropController.java97 float thumbCenterX, float thumbCenterY, ClipData data) {
105 touchSource, touchX, touchY, thumbCenterX, thumbCenterY, data);
169 mDragState.mThumbOffsetY = thumbCenterY;
179 surfaceControl, touchX - thumbCenterX, touchY - thumbCenterY);
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 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.java317 float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) {
323 flags, surface, touchSource, touchX, touchY, thumbCenterX, thumbCenterY, data);
316 performDrag(IWindow window, int flags, SurfaceControl surface, int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) argument

Completed in 59 milliseconds