/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/layers/ |
D | Transform.kt | 39 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/ |
D | Point.kt | 19 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/ |
D | SimpleGLSurfaceView.java | 57 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/ |
D | NotificationBundlingTests.java | 79 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()
|
D | NotificationInteractionTests.java | 293 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/ |
D | NexusLauncherStrategy.java | 132 start.y, in openAllApps() 135 (start.y - endY) / 100); // 100 px/step 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 | 441 int dy = targetPosition.y - currentPosition.y; in launchApp()
|
D | TvLauncherStrategy.java | 626 int dy = targetPosition.y - currentPosition.y;
|
/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 | 447 y = proto?.y ?: 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 | 450 yCoordinate = lockPattern.getVisibleCenter().y; in calculateCoordinatesForPatternDot()
|
/platform_testing/libraries/compatibility-common-util/tests/assets/ |
D | arm32_libdl.txt | 47 y (purecode), p (processor specific)
|