Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java71 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java181 ExpandableView getChildAtRawPosition(float touchX, float touchY); in getChildAtRawPosition()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java427 void broadcastDragStartedLocked(final float touchX, final float touchY) { in broadcastDragStartedLocked()
461 private void sendDragStartedLocked(WindowState newWin, float touchX, float touchY, in sendDragStartedLocked()
DDragDropController.java95 SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
DWindowManagerInternal.java255 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag()
DSession.java289 float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) { in performDrag()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
DDividerView.java980 private int calculatePosition(int touchX, int touchY) { in calculatePosition()
988 private int calculateXPosition(int touchX) { in calculateXPosition()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl174 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
DWindowlessWindowManager.java367 android.view.SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4499 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification()