Home
last modified time | relevance | path

Searched refs:y (Results 1 – 15 of 15) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/layers/
DTransform.kt39 val y = position?.y ?: 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
29 if (y != other.y) return false in prettyPrint()
36 result = 31 * result + y in hashCode()
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLSurfaceView.java57 float y = e.getY(); in onTouchEvent() local
63 float dy = y - mPreviousY; in onTouchEvent()
66 if (y > getHeight() / 2) { in onTouchEvent()
82 mPreviousY = y; in onTouchEvent()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationBundlingTests.java79 int currentY = obj.getVisibleCenter().y; in testBundlingNotification()
84 obj.getVisibleCenter().y == currentY); in testBundlingNotification()
124 int y = obj.getVisibleBounds().centerY(); in dismissObject() local
125 mDevice.swipe(0, y, mDevice.getDisplayWidth(), in dismissObject()
126 y, 5); in dismissObject()
DNotificationInteractionTests.java293 int currentY = notification.getVisibleCenter().y; in testReceiveAndExpandRedactNotification()
300 notification.getVisibleCenter().y == currentY); in testReceiveAndExpandRedactNotification()
306 notification.getVisibleCenter().y == currentY); in testReceiveAndExpandRedactNotification()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DNexusLauncherStrategy.java132 start.y, in openAllApps()
135 (start.y - endY) / 100); // 100 px/step in openAllApps()
DBaseLauncher3Strategy.java116 start.x, start.y, start.x, endY, (start.y - endY) / 100); // 100 px/step in openAllApps()
DLeanbackLauncherStrategy.java441 int dy = targetPosition.y - currentPosition.y; in launchApp()
DTvLauncherStrategy.java626 int dy = targetPosition.y - currentPosition.y;
/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.kt447 y = proto?.y ?: 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.java450 yCoordinate = lockPattern.getVisibleCenter().y; in calculateCoordinatesForPatternDot()
/platform_testing/libraries/compatibility-common-util/tests/assets/
Darm32_libdl.txt47 y (purecode), p (processor specific)