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/
DDismissView.java48 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java225 void broadcastDragStartedLw(final float touchX, final float touchY) { in broadcastDragStartedLw()
254 sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription); in broadcastDragStartedLw() local
266 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, in sendDragStartedLw()
DSession.java286 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java761 private int calculatePosition(int touchX, int touchY) { in calculatePosition()
769 private int calculateXPosition(int touchX) { in calculateXPosition()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java151 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in performDrag()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl192 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java891 public ExpandableView getClosestChildAtRawPosition(float touchX, float touchY) { in getClosestChildAtRawPosition()
920 public ExpandableView getChildAtRawPosition(float touchX, float touchY) { in getChildAtRawPosition()
926 public ExpandableView getChildAtPosition(float touchX, float touchY) { in getChildAtPosition()
3548 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification()