Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 2 of 2) 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/
DLeanbackLauncherStrategy.java368 int dx = targetPosition.x - currentPosition.x; in launchApp() local
373 if (dx < -MARGIN) { in launchApp()
381 if (dx > MARGIN) { in launchApp()