Searched defs:touchX (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/ |
D | TouchTrackerTest.java | 49 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/ |
D | TouchTracker.java | 49 void update(float touchX, float touchY) { in update() 70 void setGestureStartLocation(float touchX, float touchY, int swipeEdge) { in setGestureStartLocation()
|
D | BackAnimation.java | 41 void onBackMotion(float touchX, float touchY, int keyAction, in onBackMotion()
|
D | BackAnimationController.java | 284 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/ |
D | BackEvent.java | 62 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent()
|
D | BackMotionEvent.java | 53 public BackMotionEvent(float touchX, float touchY, float progress, in BackMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | FooterView.java | 132 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragState.java | 427 void broadcastDragStartedLocked(final float touchX, final float touchY) { in broadcastDragStartedLocked() 461 private void sendDragStartedLocked(WindowState newWin, float touchX, float touchY, in sendDragStartedLocked()
|
D | DragDropController.java | 98 SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
|
D | WindowManagerInternal.java | 318 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag()
|
D | Session.java | 322 float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) { in performDrag()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardSecurityContainerTest.java | 411 private BackEvent createBackEvent(float touchX, float progress) { in createBackEvent()
|
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 179 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
|
D | WindowlessWindowManager.java | 417 android.view.SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsController.java | 483 private boolean isSplitShadeAndTouchXOutsideQs(float touchX) { in isSplitShadeAndTouchXOutsideQs()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 4815 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification()
|