Searched defs:touchX (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DismissView.java | 53 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragState.java | 249 void broadcastDragStartedLw(final float touchX, final float touchY) { in broadcastDragStartedLw() 288 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, in sendDragStartedLw()
|
D | Session.java | 296 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | DividerView.java | 885 private int calculatePosition(int touchX, int touchY) { in calculatePosition() 893 private int calculateXPosition(int touchX) { in calculateXPosition()
|
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 161 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeWindowSession.java | 139 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 1033 public ExpandableView getClosestChildAtRawPosition(float touchX, float touchY) { in getClosestChildAtRawPosition() 1063 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { in getChildAtRawPosition() 1069 public ExpandableView getChildAtPosition(float touchX, float touchY) { in getChildAtPosition() 3909 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification()
|