Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1010 final int exactSection = MathUtils.constrain( in scrollTo() local
1012 int targetSection = exactSection; in scrollTo()
1070 if (prevSection == exactSection && position - prevPosition < snapThreshold) { in scrollTo()