Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1010 int nextSection = targetSection + 1; in scrollTo() local
1041 int nextNextSection = nextSection + 1; in scrollTo()
1045 nextSection++; in scrollTo()
1053 final float nextPosition = (float) nextSection / sectionCount; in scrollTo()