Searched refs:targetSection (Results 1 – 1 of 1) sorted by relevance
1012 int targetSection = exactSection; in scrollTo() local1013 int targetIndex = mSectionIndexer.getPositionForSection(targetSection); in scrollTo()1014 sectionIndex = targetSection; in scrollTo()1024 int prevSection = targetSection; in scrollTo()1025 int nextSection = targetSection + 1; in scrollTo()1028 if (targetSection < sectionCount - 1) { in scrollTo()1035 while (targetSection > 0) { in scrollTo()1036 targetSection--; in scrollTo()1039 prevSection = targetSection; in scrollTo()1040 sectionIndex = targetSection; in scrollTo()[all …]