Searched refs:posInt (Results 1 – 1 of 1) sorted by relevance
91 int posInt = (int) ((touchFraction == 1) ? pos - 1 : pos); in scrollToPositionAtProgress() local92 return mAdapter.getSectionName(posInt); in scrollToPositionAtProgress()