Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 3 of 3) sorted by relevance

/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLSurfaceView.java62 float dx = x - mPreviousX; in onTouchEvent() local
67 dx = dx * -1; in onTouchEvent()
77 ((dx + dy) * TOUCH_SCALE_FACTOR)); // = 180.0f / 320 in onTouchEvent()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DTvLauncherStrategy.java613 int dx = targetPosition.x - currentPosition.x;
615 Log.d(LOG_TAG, String.format("selectAppInAllApps: [dx,dx][%d,%d]", dx, dy));
620 if (dx > margin) {
628 if (dx < -margin) {
DLeanbackLauncherStrategy.java421 int dx = targetPosition.x - currentPosition.x; in launchApp() local
426 if (dx < -MARGIN) { in launchApp()
434 if (dx > MARGIN) { in launchApp()