Searched refs:halfGestureWidth (Results 1 – 1 of 1) sorted by relevance
851 final float halfGestureWidth = rect.width() / 2.0f; in scroll() local852 startX = (int) (horizCenter - halfGestureWidth) + 1; in scroll()853 endX = (int) (horizCenter + halfGestureWidth); in scroll()859 final float halfGestureWidth = rect.width() / 2.0f; in scroll() local860 startX = (int) (horizCenter + halfGestureWidth) - 1; in scroll()861 endX = (int) (horizCenter - halfGestureWidth); in scroll()