/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/aoa-helper/src/com/android/helper/aoa/ |
D | AoaDevice.java | 232 (int) (progress * to.y + (1 - progress) * from.y)); in swipe() 241 int y = Math.min(Math.max(point.y, 0), 640); in touch() local 242 byte[] data = new byte[] {type, (byte) x, (byte) (x >> 8), (byte) y, (byte) (y >> 8)}; in touch()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/ |
D | LayersTrace.java | 267 for (int y = testRect.top; y < testRect.bottom; y++) { in coversRegion() 275 if (r.contains(x, y)) { in coversRegion() 276 y = r.bottom; in coversRegion() 288 + y; in coversRegion()
|
D | WindowUtils.java | 38 return new Rect(0, 0, display.x, display.y); in getDisplayBounds()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | NexusLauncherStrategy.java | 130 start.y, in openAllApps() 133 (start.y - endY) / 100); // 100 px/step in openAllApps()
|
D | BaseLauncher3Strategy.java | 115 start.x, start.y, start.x, endY, (start.y - endY) / 100); // 100 px/step in openAllApps()
|
D | LeanbackLauncherStrategy.java | 422 int dy = targetPosition.y - currentPosition.y; in launchApp()
|
D | TvLauncherStrategy.java | 614 int dy = targetPosition.y - currentPosition.y;
|
/platform_testing/libraries/aoa-helper/ |
D | README.md | 11 Perform gestures using coordinates (`0 <= x <= 360` and `0 <= y <= 640`).
|
/platform_testing/libraries/aoa-helper/tests/src/com/android/helper/aoa/ |
D | AoaDeviceTest.java | 373 private Touch(byte type, int x, int y) { in Touch() argument 376 mY = y; in Touch()
|
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/ |
D | LayersTraceTest.java | 64 return new Rect(0, 0, display.x, display.y); in getDisplayBounds()
|
/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 | 451 yCoordinate = lockPattern.getVisibleCenter().y; in calculateCoordinatesForPatternDot()
|