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

/frameworks/base/services/java/com/android/server/wm/
H A DDragState.java181 void broadcastDragStartedLw(final float touchX, final float touchY) { argument
189 Slog.d(WindowManagerService.TAG, "broadcasting DRAG_STARTED at (" + touchX + ", " + touchY + ")");
196 sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription);
209 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, argument
225 touchX, touchY, null, desc, null, false);
H A DSession.java259 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
289 // will let us eliminate the (touchX,touchY) parameters from the API.
307 mService.mDragState.mCurrentX = touchX;
309 mService.mDragState.broadcastDragStartedLw(touchX, touchY);
321 surface.setPosition(touchX - thumbCenterX,
258 performDrag(IWindow window, IBinder dragToken, float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java190 public View getChildAtRawPosition(float touchX, float touchY) { argument
193 return getChildAtPosition((float) (touchX - location[0]), (float) (touchY - location[1]));
196 public View getChildAtPosition(float touchX, float touchY) { argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java141 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
140 performDrag(IWindow window, IBinder dragToken, float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) argument

Completed in 272 milliseconds