| /platform_testing/libraries/motion/compose/tests/goldens/ |
| D | recordMotion_capturePosition.json | 29 "y": 0 number 33 "y": 0 number 37 "y": 0 number 41 "y": 0 number 45 "y": 0 number 49 "y": 0 number 53 "y": 0 number 57 "y": 0 number 61 "y": 0 number 65 "y": 0 number [all …]
|
| D | recordMotion_motionControl_performGesture_sendIndividualEvents.json | 35 "y": 44.90039 number 39 "y": 82.350586 number 43 "y": 119.799805 number 47 "y": 157.25 number 51 "y": 194.7002 number 55 "y": 232.15039 number 59 "y": 269.6006 number 63 "y": 307.0498 number 67 "y": 344.5 number 71 "y": 381.9502 number [all …]
|
| D | recordMotion_AnimatedContent_capturesSlide.json | 29 "y": 175 number 35 "y": 0 number 43 "y": 175 number 49 "y": 0 number 57 "y": 153 number 63 "y": -22 number 71 "y": 113 number 77 "y": -62 number 85 "y": 78 number 91 "y": -97 number [all …]
|
| D | recordMotion_motionControl_performGestureAsync.json | 27 "y": 224.66016 number 31 "y": 344.5 number 35 "y": 344.5 number 39 "y": 471.83008 number 43 "y": 471.83008 number 47 "y": 599.16016 number 51 "y": 719 number 55 "y": 719 number
|
| /platform_testing/libraries/motion/src/platform/test/motion/view/ |
| D | ViewFeatureCaptures.kt | 44 val y = FeatureCapture<View, Float>("y") { view -> view.y.asDataPoint() } in view() constant
|
| /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/ |
| D | SimpleGLSurfaceView.java | 57 float y = e.getY(); in onTouchEvent() local
|
| /platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/ |
| D | VolumeDialog.kt | 163 val y = (top + (25 - volume).toFloat() / 25 * (bottom - top)).toInt() in getDragCoordinates() constant
|
| /platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
| D | ViewCapture.kt | 274 val y = locationInWindow[1] in getBoundsInWindow() constant 287 val y = locationInSurface[1] in getBoundsInSurface() constant
|
| D | ScreenshotTestRule.kt | 342 for (y in rect.top until rect.bottom) { in <lambda>() method
|
| /platform_testing/libraries/flicker/utils/src/android/tools/helpers/ |
| D | GestureHelper.java | 47 public float y; field in GestureHelper.Tuple 49 public Tuple(float x, float y) { in Tuple() 317 private PointerCoords getPointerCoord(float x, float y, float pressure, float size) { in getPointerCoord()
|
| /platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
| D | MSSIMMatcher.kt | 188 for (y in 0 until windowHeight) { in shouldIgnoreWindow() method 209 for (y in 0 until windowHeight) { in numPixelsToCompareInWindow() variable 250 for (y in 0 until windowHeight) { in getMeans() variable 286 for (y in 0 until windowHeight) { in getVariances() variable
|
| D | HumanEyeMatcher.kt | 96 val y = index / width in <lambda>() constant
|
| D | BitmapMatcher.kt | 117 for (y in startY..endY) { in <lambda>() constant
|
| /platform_testing/libraries/systemui-helper/src/android/platform/helpers/ |
| D | ColorUtils.kt | 39 fun Bitmap.columnColor(x: Int): List<Color> = (0 until height).map { y -> getColor(x, y) } in darkerThan() method
|
| /platform_testing/tools/automotive/proxy/ |
| D | proxy.cpp | 30 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) argument
|
| /platform_testing/libraries/motion/src/platform/test/motion/filmstrip/ |
| D | Filmstrip.kt | 211 var y = 0f in render() variable
|
| /platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/ |
| D | LayersTraceParser.kt | 303 val y = position?.getChild("y")?.getFloat() ?: 0f in <lambda>() constant
|
| /platform_testing/libraries/flicker/appHelpers/src/android/tools/device/apphelpers/ |
| D | BasePipAppHelper.kt | 103 val y = initWindowRect.centerY() in <lambda>() constant
|
| /platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/ |
| D | Transform.kt | 140 private data class Vec2(val x: Float, val y: Float) constant in android.tools.traces.surfaceflinger.Transform.Vec2
|
| /platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/ |
| D | WindowLayoutParams.kt | 31 val y: Int = 0, constant in android.tools.traces.wm.WindowLayoutParams
|
| /platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/ |
| D | SpectatioUiUtil.java | 578 public void click(int x, int y) throws IOException { in click()
|