Home
last modified time | relevance | path

Searched defs:x (Results 1 – 22 of 22) 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.6, number
44 "x": 31.6, number
48 "x": 50, number
52 "x": 63.6, number
56 "x": 73.2, number
60 "x": 79.6, number
64 "x": 83.6, number
[all …]
DrecordMotion_motionControl_performGesture_sendIndividualEvents.json34 "x": 375, number
38 "x": 375, number
42 "x": 375, number
46 "x": 375, number
50 "x": 375, number
54 "x": 375, number
58 "x": 375, number
62 "x": 375, number
66 "x": 375, number
70 "x": 375, number
[all …]
DrecordMotion_AnimatedContent_capturesSlide.json28 "x": 0, number
34 "x": 0, number
42 "x": 0, number
48 "x": 0, number
56 "x": 0, number
62 "x": 0, number
70 "x": 0, number
76 "x": 0, number
84 "x": 0, number
90 "x": 0, number
[all …]
DrecordMotion_motionControl_performGestureAsync.json26 "x": 375, number
30 "x": 375, number
34 "x": 375, number
38 "x": 375, number
42 "x": 375, number
46 "x": 375, number
50 "x": 375, number
54 "x": 375, 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/systemui-tapl/src/android/platform/systemui_tapl/ui/
DVolumePanelDialog.kt83 val x = ((bound.right - bound.left) * rate + bound.left).toInt() in adjustRingVolume() constant
DVolumeDialog.kt164 val x = left + (right - left) / 2 in getDragCoordinates() constant
DExpandedBubbleStack.kt62 val x = windowBounds.width() / 2f in <lambda>() constant
/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.kt337 for (x in rect.left until rect.right) { in <lambda>() method
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DGestureHelper.java46 public float x; 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/
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.kt140 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
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java578 public void click(int x, int y) throws IOException { in click()