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

/frameworks/base/services/java/com/android/server/wm/
H A DDragState.java183 void broadcastDragStartedLw(final float touchX, final float touchY) { argument
191 Slog.d(WindowManagerService.TAG, "broadcasting DRAG_STARTED at (" + touchX + ", " + touchY + ")");
198 sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription);
211 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, argument
227 touchX, touchY, null, desc, null, false);
H A DSession.java261 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
291 // will let us eliminate the (touchX,touchY) parameters from the API.
310 mService.mDragState.mCurrentY = touchY;
311 mService.mDragState.broadcastDragStartedLw(touchX, touchY);
324 touchY - thumbCenterY);
260 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
208 if (touchY < y) return slidingChild;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java142 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
141 performDrag(IWindow window, IBinder dragToken, float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) argument

Completed in 2244 milliseconds