Home
last modified time | relevance | path

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

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