Searched refs:halfGestureHeight (Results 1 – 1 of 1) sorted by relevance
835 final float halfGestureHeight = rect.height() / 2.0f; in scroll() local836 startY = (int) (vertCenter - halfGestureHeight) + 1; in scroll()837 endY = (int) (vertCenter + halfGestureHeight); in scroll()843 final float halfGestureHeight = rect.height() / 2.0f; in scroll() local844 startY = (int) (vertCenter + halfGestureHeight) - 1; in scroll()845 endY = (int) (vertCenter - halfGestureHeight); in scroll()