Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowWindowManagerGlobal.java161 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 DBackEvent.java85 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 DBackTouchTracker.java59 public void update(float touchX, float touchY) { in update()
121 public void setGestureStartLocation(float touchX, float touchY, int swipeEdge) { in setGestureStartLocation()
H A DBackMotionEvent.java61 float touchY, in BackMotionEvent()
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DUtils.java139 …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 DBouncer.kt172 val touchY = uiDevice.displayHeight / 2 in doubleTapAtXPosition() constant
H A DLockscreenUserSwitcher.kt53 val (touchX, touchY) = Pair(bounds.centerX(), bounds.bottom + 5) in assertOnTheRightSide() constant
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java400 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 DDragState.java487 void broadcastDragStartedLocked(final float touchX, final float touchY) { in broadcastDragStartedLocked()
522 private void sendDragStartedLocked(WindowState newWin, float touchX, float touchY, in sendDragStartedLocked()
H A DDragDropController.java157 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 DBackAnimationController.java390 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 DBackAnimation.java43 float touchY, in onBackMotion()
H A DCrossTaskBackAnimation.java191 float touchY = event.getTouchY(); in updateGestureBackProgress() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysDetector.java42 final int touchY = getTouchY(y); in detectHitKey() local
DKeyDetector.java93 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 DUtilsTest.java150 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 DTouchTracker.java101 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 DTouchTracker.java101 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 DUdfpsUtils.java189 float touchY, float sensorX, float sensorY, int rotation, boolean rotatedToPortrait) { in onTouchOutsideOfSensorAreaImpl()
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.cpp134 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/
DBiometricsSharedLib.jarMETA-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/
DBiometricsSharedLib.jarcom/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 DFooterView.java376 public boolean isOnEmptySpace(float touchX, float touchY) { in isOnEmptySpace()
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DViewGroupTest.java1063 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/
DCrossActivityBackAnimation.java276 private final float getYOffset(android.graphics.RectF centeredRect, float touchY) { in getYOffset()

12345678910>>...15