Searched refs:newThumbOffset (Results 1 – 1 of 1) sorted by relevance
17781 final float newThumbOffset = in handleScrollBarDragging() local17784 if (Math.round(newThumbOffset) != thumbOffset && maxThumbOffset > 0 in handleScrollBarDragging()17787 / ((float)extent / height) * (newThumbOffset / maxThumbOffset)); in handleScrollBarDragging()17810 final float newThumbOffset = in handleScrollBarDragging() local17813 if (Math.round(newThumbOffset) != thumbOffset && maxThumbOffset > 0 in handleScrollBarDragging()17816 / ((float)extent / width) * (newThumbOffset / maxThumbOffset)); in handleScrollBarDragging()