Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1012 int nextSection = targetSection + 1; in scrollTo() local
1043 int nextNextSection = nextSection + 1; in scrollTo()
1047 nextSection++; in scrollTo()
1055 final float nextPosition = (float) nextSection / sectionCount; in scrollTo()