/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/layers/ |
D | Transform.kt | 38 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/ |
D | Point.kt | 19 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/ |
D | SimpleGLSurfaceView.java | 56 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/ |
D | Scheduler.java | 121 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/ |
D | MathWork.java | 91 double x = MULTIPLIER; in run() local 93 x *= MULTIPLIER; in run()
|
/platform_testing/emu_test/ |
D | run_android_bridge_test.cmd | 31 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/ |
D | Collector.java | 154 for (String x : tombstones) { in checkNativeCrashes() 155 newStones.add(x); in checkNativeCrashes()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | NexusLauncherStrategy.java | 131 start.x, in openAllApps() 133 start.x, in openAllApps()
|
D | BaseLauncher3Strategy.java | 116 start.x, start.y, start.x, endY, (start.y - endY) / 100); // 100 px/step in openAllApps()
|
D | LeanbackLauncherStrategy.java | 440 int dx = targetPosition.x - currentPosition.x; in launchApp()
|
D | TvLauncherStrategy.java | 625 int dx = targetPosition.x - currentPosition.x;
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/ |
D | WindowUtils.kt | 48 return Rect(0, 0, display.x, display.y) in isRotated()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/traces/layers/ |
D | LayerSubject.kt | 110 val bounds = Size(size.x, size.y) in <lambda>()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/windowmanager/ |
D | WindowManagerTraceParser.kt | 446 x = proto?.x ?: 0, in <lambda>()
|
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/ |
D | AccessibilityScannerHelper.java | 262 moveScannerCheckButton(dest.x, dest.y); in adjustScannerButton()
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | LockscreenHelper.java | 437 xCoordinate = lockPattern.getVisibleCenter().x; in calculateCoordinatesForPatternDot()
|
/platform_testing/libraries/compatibility-common-util/tests/assets/ |
D | arm64_libdl.txt | 66 C (compressed), x (unknown), o (OS specific), E (exclude),
|
D | arm32_libdl.txt | 46 C (compressed), x (unknown), o (OS specific), E (exclude),
|
D | x86app_process64.txt | 82 C (compressed), x (unknown), o (OS specific), E (exclude),
|
D | x86app_process32.txt | 54 C (compressed), x (unknown), o (OS specific), E (exclude),
|