Searched refs:dragScrollRatio (Results 1 – 1 of 1) sorted by relevance
405 float dragScrollRatio = (y - verticalScrollStart) / verticalScrollLength; in handleDragMove() local406 dragScrollRatio = Math.max(dragScrollRatio, 0.0f); in handleDragMove()407 dragScrollRatio = Math.min(dragScrollRatio, 1.0f); in handleDragMove()411 final int itemPos = (int)((itemCount - 1) * dragScrollRatio); in handleDragMove()