Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
DTouchTrackerTest.java49 float touchX = 10; in generatesProgress_leftEdge() local
93 float touchX = INITIAL_X_RIGHT_EDGE - 10; // Fake right edge in generatesProgress_rightEdge() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DTouchTracker.java49 void update(float touchX, float touchY) { in update()
70 void setGestureStartLocation(float touchX, float touchY, int swipeEdge) { in setGestureStartLocation()
DBackAnimation.java41 void onBackMotion(float touchX, float touchY, int keyAction, in onBackMotion()
DBackAnimationController.java284 float touchX, float touchY, int keyAction, @BackEvent.SwipeEdge int swipeEdge) { in onBackMotion()
364 public void onMotionEvent(float touchX, float touchY, int keyAction, in onMotionEvent()
394 private void onGestureStarted(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onGestureStarted()
480 private void onMove(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onMove()
/frameworks/base/core/java/android/window/
DBackEvent.java62 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent()
DBackMotionEvent.java53 public BackMotionEvent(float touchX, float touchY, float progress, in BackMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java132 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
/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.java98 SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
DWindowManagerInternal.java318 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag()
DSession.java322 float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) { in performDrag()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardSecurityContainerTest.java411 private BackEvent createBackEvent(float touchX, float progress) { in createBackEvent()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl179 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
DWindowlessWindowManager.java417 android.view.SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsController.java483 private boolean isSplitShadeAndTouchXOutsideQs(float touchX) { in isSplitShadeAndTouchXOutsideQs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4815 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification()