Home
last modified time | relevance | path

Searched defs:y (Results 1 – 16 of 16) sorted by relevance

/platform_testing/libraries/motion/compose/tests/goldens/
DrecordMotion_capturePosition.json29 "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 …]
DrecordMotion_motionControl_performGesture_sendIndividualEvents.json35 "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 …]
DrecordMotion_motionControl_performGestureAsync.json27 "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/
DViewFeatureCaptures.kt44 val y = FeatureCapture<View, Float>("y") { view -> view.y.asDataPoint() } in view() constant
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLSurfaceView.java57 float y = e.getY(); in onTouchEvent() local
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DViewCapture.kt274 val y = locationInWindow[1] in getBoundsInWindow() constant
287 val y = locationInSurface[1] in getBoundsInSurface() constant
DScreenshotTestRule.kt303 for (y in rect.top until rect.bottom) { in <lambda>() method
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DMSSIMMatcher.kt188 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
DHumanEyeMatcher.kt96 val y = index / width in <lambda>() constant
DBitmapMatcher.kt117 for (y in startY..endY) { in <lambda>() constant
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DColorUtils.kt39 fun Bitmap.columnColor(x: Int): List<Color> = (0 until height).map { y -> getColor(x, y) } in darkerThan() method
/platform_testing/tools/automotive/proxy/
Dproxy.cpp30 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) argument
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt211 var y = 0f in render() variable
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
DLayersTraceParser.kt303 val y = position?.getChild("y")?.getFloat() ?: 0f in <lambda>() constant
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DTransform.kt138 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/
DWindowLayoutParams.kt31 val y: Int = 0, constant in android.tools.traces.wm.WindowLayoutParams