/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowWindowManagerGlobal.java | 161 private float touchY; field in ShadowWindowManagerGlobal.PredictiveBackGesture 166 @BackEvent.SwipeEdge int edge, int displayWidth, float touchX, float touchY) { in PredictiveBackGesture() 879 float touchY, in newBackMotionEvent() 889 float touchY, in newBackMotionEventV() 900 float touchY, in newBackMotionEventPostV() 917 @BackEvent.SwipeEdge int edge, float touchX, float touchY, float progress) { in newBackMotionEvent()
|
/aosp_15_r20/frameworks/base/core/java/android/window/ |
H A D | BackEvent.java | 85 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge) { in BackEvent() 103 public BackEvent(float touchX, float touchY, float progress, @SwipeEdge int swipeEdge, in BackEvent()
|
H A D | BackTouchTracker.java | 59 public void update(float touchX, float touchY) { in update() 121 public void setGestureStartLocation(float touchX, float touchY, int swipeEdge) { in setGestureStartLocation()
|
H A D | BackMotionEvent.java | 61 float touchY, in BackMotionEvent()
|
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
H A D | Utils.java | 139 …private static double getShiftError(double[] laserT, double[] touchT, double[] touchY, double shif… in getShiftError() 156 public static double findBestShift(double[] laserT, double[] touchT, double[] touchY) { in findBestShift()
|
/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/ |
H A D | Bouncer.kt | 172 val touchY = uiDevice.displayHeight / 2 in doubleTapAtXPosition() constant
|
H A D | LockscreenUserSwitcher.kt | 53 val (touchX, touchY) = Pair(bounds.centerX(), bounds.bottom + 5) in assertOnTheRightSide() constant
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragView.java | 400 public void show(int touchX, int touchY) { in show() 447 public void move(int touchX, int touchY) { in move()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DragState.java | 487 void broadcastDragStartedLocked(final float touchX, final float touchY) { in broadcastDragStartedLocked() 522 private void sendDragStartedLocked(WindowState newWin, float touchX, float touchY, in sendDragStartedLocked()
|
H A D | DragDropController.java | 157 float touchX, float touchY, float thumbCenterX, float thumbCenterY, ClipData data) { in performDrag()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
H A D | BackAnimationController.java | 390 float touchY, in onBackMotion() 531 float touchY, in onMotionEvent() 584 private void onGestureStarted(float touchX, float touchY, @BackEvent.SwipeEdge int swipeEdge) { in onGestureStarted()
|
H A D | BackAnimation.java | 43 float touchY, in onBackMotion()
|
H A D | CrossTaskBackAnimation.java | 191 float touchY = event.getTouchY(); in updateGestureBackProgress() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | MoreKeysDetector.java | 42 final int touchY = getTouchY(y); in detectHitKey() local
|
D | KeyDetector.java | 93 final int touchY = getTouchY(y); in detectHitKey() local
|
/aosp_15_r20/external/walt/android/WALT/app/src/test/java/org/chromium/latency/walt/ |
H A D | UtilsTest.java | 150 double[] touchY = new double[touchTimes.length]; in testFindBestShift() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/ |
H A D | TouchTracker.java | 101 float touchY = (e2.getY() - previousTouchPointPx.y) / pxPerDegrees; in onScroll() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/ |
H A D | TouchTracker.java | 101 float touchY = (e2.getY() - previousTouchPointPx.y) / pxPerDegrees; in onScroll() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/ |
H A D | UdfpsUtils.java | 189 float touchY, float sensorX, float sensorY, int rotation, boolean rotatedToPortrait) { in onTouchOutsideOfSensorAreaImpl()
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info.cpp | 134 const float touchY = static_cast<float>(y); in getNormalizedSquaredDistanceFromCenterFloatG() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/shared/biometrics/BiometricsSharedLib/android_common/javac/ |
D | BiometricsSharedLib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/shared/biometrics/BiometricsSharedLib/android_common/repackaged-jarjar/javac/ |
D | BiometricsSharedLib.jar | com/android/systemui/biometrics/UdfpsUtils.class
UdfpsUtils.java
package com.android. ... |
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/ |
H A D | FooterView.java | 376 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | ViewGroupTest.java | 1063 int touchY = vertical ? 50 : 95; in onInterceptHoverEvent_scrollabilityAffectsResult() local 1119 int touchY = vertical ? thumbLength / 2 : 95; in onInterceptTouchEvent_scrollabilityAffectsResult() local 1178 int touchY = vertical ? thumbLength / 2 : 95; in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/back/ |
D | CrossActivityBackAnimation.java | 276 private final float getYOffset(android.graphics.RectF centeredRect, float touchY) { in getYOffset()
|