Home | History | Annotate | Download | only in widget

Lines Matching refs:prevSection

955             int prevSection = targetSection;
970 prevSection = targetSection;
998 final float prevPosition = (float) prevSection / sectionCount;
1001 if (prevSection == exactSection && position - prevPosition < snapThreshold) {