Home
last modified time | relevance | path

Searched defs:touchX (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFooterView.java69 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java311 void broadcastDragStartedLocked(final float touchX, final float touchY) { in broadcastDragStartedLocked()
344 private void sendDragStartedLocked(WindowState newWin, float touchX, float touchY, in sendDragStartedLocked()
DDragDropController.java96 int flags, SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
DWindowManagerInternal.java169 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag()
DSession.java317 float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) { in performDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java956 private int calculatePosition(int touchX, int touchY) { in calculatePosition()
964 private int calculateXPosition(int touchX) { in calculateXPosition()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl171 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()