Home
last modified time | relevance | path

Searched defs:touchY (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
DDragState.java171 void broadcastDragStartedLw(final float touchX, final float touchY) { in broadcastDragStartedLw()
184 sendDragStartedLw(mService.mWindows.get(i), touchX, touchY, mDataDescription); in broadcastDragStartedLw() local
196 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, in sendDragStartedLw()
DSession.java229 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNotificationRowLayout.java184 public View getChildAtRawPosition(float touchX, float touchY) { in getChildAtRawPosition()
190 public View getChildAtPosition(float touchX, float touchY) { in getChildAtPosition()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl141 boolean performDrag(IWindow window, IBinder dragToken, float touchX, float touchY, in performDrag()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java124 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()