Searched defs:touchX (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/java/com/android/server/wm/ |
D | DragState.java | 167 void broadcastDragStartedLw(final float touchX, final float touchY) { in broadcastDragStartedLw() 180 sendDragStartedLw(mService.mWindows.get(i), touchX, touchY, mDataDescription); in broadcastDragStartedLw() local 192 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, in sendDragStartedLw()
|
D | Session.java | 224 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()
|
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 136 boolean performDrag(IWindow window, IBinder dragToken, float touchX, float touchY, in performDrag()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeWindowSession.java | 121 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()
|