Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/compose/tests/goldens/
DrecordMotion_capturePosition.json28 "x": 0, number
32 "x": 0, number
36 "x": 0, number
40 "x": 11.428572, number
44 "x": 31.714285, number
48 "x": 50, number
52 "x": 63.714287, number
56 "x": 73.42857, number
60 "x": 79.71429, number
64 "x": 83.71429, number
[all …]
DrecordMotion_motionControl_performGesture_sendIndividualEvents.json34 "x": 525, number
38 "x": 525, number
42 "x": 525, number
46 "x": 525, number
50 "x": 525, number
54 "x": 525, number
58 "x": 525, number
62 "x": 525, number
66 "x": 525, number
70 "x": 525, number
[all …]
DrecordMotion_motionControl_performGestureAsync.json26 "x": 525, number
30 "x": 525, number
34 "x": 525, number
38 "x": 525, number
42 "x": 525, number
46 "x": 525, number
50 "x": 525, number
54 "x": 525, number
/platform_testing/libraries/motion/src/platform/test/motion/view/
DViewFeatureCaptures.kt41 val x = FeatureCapture<View, Float>("x") { view -> view.x.asDataPoint() } in view() constant
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLSurfaceView.java56 float x = e.getX(); in onTouchEvent() local
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/generic/
DMathWork.java91 double x = MULTIPLIER; in run() local
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DViewCapture.kt273 val x = locationInWindow[0] in getBoundsInWindow() constant
286 val x = locationInSurface[0] in getBoundsInSurface() constant
DScreenshotTestRule.kt298 for (x in rect.left until rect.right) { in <lambda>() method
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DMSSIMMatcher.kt189 for (x in 0 until windowWidth) { in shouldIgnoreWindow() method
210 for (x in 0 until windowWidth) { in numPixelsToCompareInWindow() variable
251 for (x in 0 until windowWidth) { in getMeans() variable
287 for (x in 0 until windowWidth) { in getVariances() variable
DHumanEyeMatcher.kt95 val x = index % width in <lambda>() constant
DBitmapMatcher.kt116 for (x in startX..endX) { in <lambda>() constant
/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.kt160 var x = 0f in render() variable
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
DLayersTraceParser.kt302 val x = position?.getChild("x")?.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.kt30 val x: Int = 0, constant in android.tools.traces.wm.WindowLayoutParams