Searched refs:boundGap (Results 1 – 1 of 1) sorted by relevance
160 final int boundGap = (int) (getHeight() * BOUND_GAP_RATIO); in onDragEvent() local161 topScrollBound = (getTop() + boundGap); in onDragEvent()162 bottomScrollBound = (getBottom() - boundGap); in onDragEvent()