Searched defs:touchY (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragState.java | 181 void broadcastDragStartedLw(final float touchX, final float touchY) { in broadcastDragStartedLw() 196 sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription); in broadcastDragStartedLw() local 209 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, in sendDragStartedLw()
|
D | Session.java | 268 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DismissView.java | 49 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
|
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 151 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 | 143 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 594 public ExpandableView getClosestChildAtRawPosition(float touchX, float touchY) { in getClosestChildAtRawPosition() 623 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { in getChildAtRawPosition() 628 public ExpandableView getChildAtPosition(float touchX, float touchY) { in getChildAtPosition() 2402 private boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification()
|