Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDismissView.java53 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java249 void broadcastDragStartedLw(final float touchX, final float touchY) { in broadcastDragStartedLw()
288 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, in sendDragStartedLw()
DSession.java296 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java885 private int calculatePosition(int touchX, int touchY) { in calculatePosition()
897 private int calculateYPosition(int touchY) { in calculateYPosition()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl161 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java139 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1033 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()