Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java69 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java182 ExpandableView getChildAtRawPosition(float touchX, float touchY); in getChildAtRawPosition()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java351 void broadcastDragStartedLocked(final float touchX, final float touchY) { in broadcastDragStartedLocked()
384 private void sendDragStartedLocked(WindowState newWin, float touchX, float touchY, in sendDragStartedLocked()
DDragDropController.java92 int flags, SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
DWindowManagerInternal.java178 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag()
DSession.java279 float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) { in performDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java987 private int calculatePosition(int touchX, int touchY) { in calculatePosition()
995 private int calculateXPosition(int touchX) { in calculateXPosition()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl196 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
DWindowlessWindowManager.java330 android.view.SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()