Home
last modified time | relevance | path

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

/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/aoa-helper/src/com/android/helper/aoa/
DAoaDevice.java232 (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/
DLayersTrace.java267 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()
DWindowUtils.java38 return new Rect(0, 0, display.x, display.y); in getDisplayBounds()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DNexusLauncherStrategy.java130 start.y, in openAllApps()
133 (start.y - endY) / 100); // 100 px/step in openAllApps()
DBaseLauncher3Strategy.java115 start.x, start.y, start.x, endY, (start.y - endY) / 100); // 100 px/step in openAllApps()
DLeanbackLauncherStrategy.java422 int dy = targetPosition.y - currentPosition.y; in launchApp()
DTvLauncherStrategy.java614 int dy = targetPosition.y - currentPosition.y;
/platform_testing/libraries/aoa-helper/
DREADME.md11 Perform gestures using coordinates (`0 <= x <= 360` and `0 <= y <= 640`).
/platform_testing/libraries/aoa-helper/tests/src/com/android/helper/aoa/
DAoaDeviceTest.java373 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/
DLayersTraceTest.java64 return new Rect(0, 0, display.x, display.y); in getDisplayBounds()
/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.java451 yCoordinate = lockPattern.getVisibleCenter().y; in calculateCoordinatesForPatternDot()