Searched defs:touchY (Results 1 – 17 of 17) sorted by relevance
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
| D | TouchTracker.java | 56 void update(float touchX, float touchY, float velocityX, float velocityY) { in update() 79 void setGestureStartLocation(float touchX, float touchY, int swipeEdge) { in setGestureStartLocation()
|
| D | BackAnimation.java | 45 float touchY, in onBackMotion()
|
| D | BackAnimationController.java | 283 float touchY, in onBackMotion() 375 float touchY, in onMotionEvent() 408 private void onGestureStarted(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onGestureStarted()
|
| D | CrossTaskBackAnimation.java | 154 float touchY = event.getTouchY(); in updateGestureBackProgress() local
|
| D | CrossActivityAnimation.java | 335 final float touchY = mTouchPos.y; in transformWithProgress() local
|
| /frameworks/base/core/java/android/window/ |
| D | BackEvent.java | 59 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent()
|
| D | BackMotionEvent.java | 63 float touchY, in BackMotionEvent()
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/udfps/ |
| D | UdfpsUtils.java | 132 float touchY, float sensorX, float sensorY, int rotation) { in onTouchOutsideOfSensorAreaImpl()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
| D | FooterView.java | 116 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | DragState.java | 438 void broadcastDragStartedLocked(final float touchX, final float touchY) { in broadcastDragStartedLocked() 472 private void sendDragStartedLocked(WindowState newWin, float touchX, float touchY, in sendDragStartedLocked()
|
| D | DragDropController.java | 100 SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
|
| D | WindowManagerInternal.java | 320 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/core/java/android/view/ |
| D | IWindowSession.aidl | 169 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
|
| D | WindowlessWindowManager.java | 491 android.view.SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
| D | NavigationBarEdgePanel.java | 827 private void updatePosition(float touchY) { in updatePosition()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
| D | NotificationStackScrollLayout.java | 4672 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification()
|