Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/layers/
DTransform.kt38 val x = position?.x ?: 0f in getMatrix() constant
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLSurfaceView.java56 float x = e.getX(); in onTouchEvent() local
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DPoint.kt19 data class Point(val x: Int, val y: Int) { constant in com.android.server.wm.traces.common.Point
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/generic/
DMathWork.java91 double x = MULTIPLIER; in run() local