Home
last modified time | relevance | path

Searched defs:touchY (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DTouchTracker.java56 void update(float touchX, float touchY, float velocityX, float velocityY) { in update()
79 void setGestureStartLocation(float touchX, float touchY, int swipeEdge) { in setGestureStartLocation()
DBackAnimation.java45 float touchY, in onBackMotion()
DBackAnimationController.java283 float touchY, in onBackMotion()
375 float touchY, in onMotionEvent()
408 private void onGestureStarted(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onGestureStarted()
DCrossTaskBackAnimation.java154 float touchY = event.getTouchY(); in updateGestureBackProgress() local
DCrossActivityAnimation.java335 final float touchY = mTouchPos.y; in transformWithProgress() local
/frameworks/base/core/java/android/window/
DBackEvent.java59 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent()
DBackMotionEvent.java63 float touchY, in BackMotionEvent()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/udfps/
DUdfpsUtils.java132 float touchY, float sensorX, float sensorY, int rotation) { in onTouchOutsideOfSensorAreaImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java116 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java438 void broadcastDragStartedLocked(final float touchX, final float touchY) { in broadcastDragStartedLocked()
472 private void sendDragStartedLocked(WindowState newWin, float touchX, float touchY, in sendDragStartedLocked()
DDragDropController.java100 SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
DWindowManagerInternal.java320 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/core/java/android/view/
DIWindowSession.aidl169 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
DWindowlessWindowManager.java491 android.view.SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DNavigationBarEdgePanel.java827 private void updatePosition(float touchY) { in updatePosition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4672 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification()