Searched refs:horizCenter (Results 1 – 1 of 1) sorted by relevance
850 final int horizCenter = rect.centerX(); in scroll() local852 startX = (int) (horizCenter - halfGestureWidth) + 1; in scroll()853 endX = (int) (horizCenter + halfGestureWidth); in scroll()858 final int horizCenter = rect.centerX(); in scroll() local860 startX = (int) (horizCenter + halfGestureWidth) - 1; in scroll()861 endX = (int) (horizCenter - halfGestureWidth); in scroll()