Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java851 final float halfGestureWidth = rect.width() / 2.0f; in scroll() local
852 startX = (int) (horizCenter - halfGestureWidth) + 1; in scroll()
853 endX = (int) (horizCenter + halfGestureWidth); in scroll()
859 final float halfGestureWidth = rect.width() / 2.0f; in scroll() local
860 startX = (int) (horizCenter + halfGestureWidth) - 1; in scroll()
861 endX = (int) (horizCenter - halfGestureWidth); in scroll()