Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java13637 final float newThumbOffset = in handleScrollBarDragging() local
13640 if (Math.round(newThumbOffset) != thumbOffset && maxThumbOffset > 0 in handleScrollBarDragging()
13643 / ((float)extent / height) * (newThumbOffset / maxThumbOffset)); in handleScrollBarDragging()
13666 final float newThumbOffset = in handleScrollBarDragging() local
13669 if (Math.round(newThumbOffset) != thumbOffset && maxThumbOffset > 0 in handleScrollBarDragging()
13672 / ((float)extent / width) * (newThumbOffset / maxThumbOffset)); in handleScrollBarDragging()