Home
last modified time | relevance | path

Searched refs:x (Results 1 – 6 of 6) sorted by relevance

/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLSurfaceView.java56 float x = e.getX(); in onTouchEvent() local
62 float dx = x - mPreviousX; in onTouchEvent()
71 if (x < getWidth() / 2) { in onTouchEvent()
81 mPreviousX = x; in onTouchEvent()
/platform_testing/utils/crashcollector/src/android/test/crashcollector/
DCollector.java155 for (String x : tombstones) { in checkNativeCrashes()
156 newStones.add(x); in checkNativeCrashes()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java368 int dx = targetPosition.x - currentPosition.x; in launchApp()
/platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/
DCalendarJankTests.java73 if (mDevice.getDisplaySizeDp().x < TAB_MIN_WIDTH) { in setUp()
DGMailJankTests.java209 if (mDevice.getDisplaySizeDp().x < TAB_MIN_WIDTH) { in getNavigationDrawerContainer()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUILauncherTests.java154 app.drag(new Point(removeButton.getVisibleCenter().x, removeButton.getVisibleCenter().y), in removeObject()