Home
last modified time | relevance | path

Searched refs:x (Results 1 – 20 of 20) 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
43 transform?.type.getDefaultTransform(x, y) in getMatrix()
45 Transform.Matrix(transform.dsdx, transform.dtdx, x, transform.dsdy, transform.dtdy, y) in getMatrix()
49 private fun Int?.getDefaultTransform(x: Float, y: Float): Transform.Matrix { in getDefaultTransform()
53 Transform.Matrix(1f, 0f, x, 0f, 1f, y) in getDefaultTransform()
56 Transform.Matrix(0f, -1f, x, 1f, 0f, y) in getDefaultTransform()
59 Transform.Matrix(-1f, 0f, x, 0f, -1f, y) in getDefaultTransform()
62 Transform.Matrix(0f, 1f, x, -1f, 0f, y) in getDefaultTransform()
65 Transform.Matrix(1f, 0f, x, 0f, 1f, y) in getDefaultTransform()
/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
28 if (x != other.x) return false in prettyPrint()
35 var result = x in hashCode()
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLSurfaceView.java56 float x = e.getX(); in onTouchEvent() local
62 float dx = x - mPreviousX; in onTouchEvent()
71 if (x < getWidth() / 2) { in onTouchEvent()
81 mPreviousX = x; in onTouchEvent()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DScheduler.java121 int x = 0;
124 while (gcd(x, modulus) != 1) {
125 x = mRandom.nextInt() % modulus;
128 return x % modulus;
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/generic/
DMathWork.java91 double x = MULTIPLIER; in run() local
93 x *= MULTIPLIER; in run()
/platform_testing/emu_test/
Drun_android_bridge_test.cmd31 7z x -aoa %BUILD_DIR%\sdk_x86-sdk\sdk-repo* -o%ANDROID_SDK_ROOT%\
38 7z x -aoa %BUILD_DIR%\test_suites_x86_64\general-tests.zip -o%DIST_DIR%\general-tests\ host\testcas…
/platform_testing/utils/crashcollector/src/android/test/crashcollector/
DCollector.java154 for (String x : tombstones) { in checkNativeCrashes()
155 newStones.add(x); in checkNativeCrashes()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DNexusLauncherStrategy.java131 start.x, in openAllApps()
133 start.x, in openAllApps()
DBaseLauncher3Strategy.java116 start.x, start.y, start.x, endY, (start.y - endY) / 100); // 100 px/step in openAllApps()
DLeanbackLauncherStrategy.java440 int dx = targetPosition.x - currentPosition.x; in launchApp()
DTvLauncherStrategy.java625 int dx = targetPosition.x - currentPosition.x;
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DWindowUtils.kt48 return Rect(0, 0, display.x, display.y) in isRotated()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/traces/layers/
DLayerSubject.kt110 val bounds = Size(size.x, size.y) in <lambda>()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/windowmanager/
DWindowManagerTraceParser.kt446 x = proto?.x ?: 0, in <lambda>()
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java262 moveScannerCheckButton(dest.x, dest.y); in adjustScannerButton()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java437 xCoordinate = lockPattern.getVisibleCenter().x; in calculateCoordinatesForPatternDot()
/platform_testing/libraries/compatibility-common-util/tests/assets/
Darm64_libdl.txt66 C (compressed), x (unknown), o (OS specific), E (exclude),
Darm32_libdl.txt46 C (compressed), x (unknown), o (OS specific), E (exclude),
Dx86app_process64.txt82 C (compressed), x (unknown), o (OS specific), E (exclude),
Dx86app_process32.txt54 C (compressed), x (unknown), o (OS specific), E (exclude),