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

/frameworks/base/services/java/com/android/server/wm/
H A DDragState.java167 void broadcastDragStartedLw(final float touchX, final float touchY) { argument
175 Slog.d(WindowManagerService.TAG, "broadcasting DRAG_STARTED at (" + touchX + ", " + touchY + ")");
180 sendDragStartedLw(mService.mWindows.get(i), touchX, touchY, mDataDescription);
192 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, argument
208 touchX, touchY, null, desc, null, false);
H A DSession.java228 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
258 // will let us eliminate the (touchX,touchY) parameters from the API.
275 mService.mDragState.mCurrentX = touchX;
277 mService.mDragState.broadcastDragStartedLw(touchX, touchY);
289 surface.setPosition(touchX - thumbCenterX,
227 performDrag(IWindow window, IBinder dragToken, float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java125 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
124 performDrag(IWindow window, IBinder dragToken, float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) argument

Completed in 92 milliseconds