Home
last modified time | relevance | path

Searched refs:newThumbOffset (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java17781 final float newThumbOffset = in handleScrollBarDragging() local
17784 if (Math.round(newThumbOffset) != thumbOffset && maxThumbOffset > 0 in handleScrollBarDragging()
17787 / ((float)extent / height) * (newThumbOffset / maxThumbOffset)); in handleScrollBarDragging()
17810 final float newThumbOffset = in handleScrollBarDragging() local
17813 if (Math.round(newThumbOffset) != thumbOffset && maxThumbOffset > 0 in handleScrollBarDragging()
17816 / ((float)extent / width) * (newThumbOffset / maxThumbOffset)); in handleScrollBarDragging()