Home
last modified time | relevance | path

Searched defs:y (Results 1 – 4 of 4) sorted by relevance

/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLSurfaceView.java57 float y = e.getY(); in onTouchEvent() local
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationBundlingTests.java124 int y = obj.getVisibleBounds().centerY(); in dismissObject() local
/platform_testing/libraries/aoa-helper/tests/src/com/android/helper/aoa/
DAoaDeviceTest.java373 private Touch(byte type, int x, int y) { in Touch()
/platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/
DAoaDevice.java241 int y = Math.min(Math.max(point.y, 0), 640); in touch() local