/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": 76.90039 number 39 "y": 129.35059 number 43 "y": 181.7998 number 47 "y": 234.25 number 51 "y": 286.7002 number 55 "y": 339.1504 number 59 "y": 391.6006 number 63 "y": 444.0498 number 67 "y": 496.5 number 71 "y": 548.9502 number [all …]
|
D | recordMotion_motionControl_performGestureAsync.json | 27 "y": 328.66016 number 31 "y": 496.5 number 35 "y": 496.5 number 39 "y": 674.8301 number 43 "y": 674.8301 number 47 "y": 853.16016 number 51 "y": 1021 number 55 "y": 1021 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/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 | 303 for (y in rect.top until rect.bottom) { in <lambda>() method
|
/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/utils/src/android/tools/traces/surfaceflinger/ |
D | Transform.kt | 138 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
|