Searched refs:snapThreshold (Results 1 – 1 of 1) sorted by relevance
1054 final float snapThreshold = (count == 0) ? Float.MAX_VALUE : .125f / count; in scrollTo() local1055 if (prevSection == exactSection && position - prevPosition < snapThreshold) { in scrollTo()