Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
H A DTouchTrackerTest.kt49 var touchX = 10f regex
96 var touchX = INITIAL_X_RIGHT_EDGE - 10 // Fake right edge regex
144 var touchX = 10f regex
H A DBackProgressAnimatorTest.java49 private BackMotionEvent backMotionEventFrom(float touchX, float progress) { in backMotionEventFrom()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A 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()
122 float getProgress(float touchX) { in getProgress()
H A DBackAnimation.java44 float touchX, in onBackMotion()
H A DBackAnimationController.java282 float touchX, in onBackMotion()
374 float touchX, in onMotionEvent()
408 private void onGestureStarted(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onGestureStarted()
H A DCrossTaskBackAnimation.java153 float touchX = event.getTouchX(); in updateGestureBackProgress() local
/aosp14/frameworks/base/core/java/android/window/
H A DBackEvent.java59 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent()
H A DBackMotionEvent.java62 float touchX, in BackMotionEvent()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/udfps/
H A DUdfpsUtils.java131 private String onTouchOutsideOfSensorAreaImpl(String[] touchHints, float touchX, in onTouchOutsideOfSensorAreaImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java116 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java438 void broadcastDragStartedLocked(final float touchX, final float touchY) { in broadcastDragStartedLocked()
472 private void sendDragStartedLocked(WindowState newWin, float touchX, float touchY, in sendDragStartedLocked()
H A DDragDropController.java100 SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
H A DWindowManagerInternal.java320 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag()
H A DSession.java322 float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) { in performDrag()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java411 private BackEvent createBackEvent(float touchX, float progress) { in createBackEvent()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl169 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
H A DWindowlessWindowManager.java491 android.view.SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java532 private boolean isSplitShadeAndTouchXOutsideQs(float touchX) { in isSplitShadeAndTouchXOutsideQs()
552 public boolean shouldBackBypassQuickSettings(float touchX) { in shouldBackBypassQuickSettings()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4672 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification()