/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/ |
H A D | TouchTrackerTest.kt | 49 var touchX = 10f regex 96 var touchX = INITIAL_X_RIGHT_EDGE - 10 // Fake right edge regex 144 var touchX = 10f regex
|
H A D | BackProgressAnimatorTest.java | 49 private BackMotionEvent backMotionEventFrom(float touchX, float progress) { in backMotionEventFrom()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
H A 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() 122 float getProgress(float touchX) { in getProgress()
|
H A D | BackAnimation.java | 44 float touchX, in onBackMotion()
|
H A D | BackAnimationController.java | 282 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 D | CrossTaskBackAnimation.java | 153 float touchX = event.getTouchX(); in updateGestureBackProgress() local
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | BackEvent.java | 59 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent()
|
H A D | BackMotionEvent.java | 62 float touchX, in BackMotionEvent()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/udfps/ |
H A D | UdfpsUtils.java | 131 private String onTouchOutsideOfSensorAreaImpl(String[] touchHints, float touchX, in onTouchOutsideOfSensorAreaImpl()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | FooterView.java | 116 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A 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()
|
H A D | DragDropController.java | 100 SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
|
H A D | WindowManagerInternal.java | 320 int touchSource, float touchX, float touchY, float thumbCenterX, float thumbCenterY, in prePerformDrag()
|
H A D | Session.java | 322 float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) { in performDrag()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainerTest.java | 411 private BackEvent createBackEvent(float touchX, float progress) { in createBackEvent()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | IWindowSession.aidl | 169 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data); in performDrag()
|
H A D | WindowlessWindowManager.java | 491 android.view.SurfaceControl surface, int touchSource, float touchX, float touchY, in performDrag()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | QuickSettingsController.java | 532 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 D | NotificationStackScrollLayout.java | 4672 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification()
|