Searched refs:touchFraction (Results 1 – 4 of 4) sorted by relevance
77 public String scrollToPositionAtProgress(float touchFraction) { in scrollToPositionAtProgress() argument87 float pos = rowCount * touchFraction; in scrollToPositionAtProgress()90 layoutManager.scrollToPositionWithOffset(0, (int) -(availableScrollHeight * touchFraction)); in scrollToPositionAtProgress()92 int posInt = (int) ((touchFraction == 1)? pos -1 : pos); in scrollToPositionAtProgress()
68 public float touchFraction; field in AlphabeticalAppsList.FastScrollSectionInfo553 info.touchFraction = 0f; in refillAdapterItems()558 info.touchFraction = item.rowIndex * rowFraction + subRowFraction; in refillAdapterItems()567 info.touchFraction = 0f; in refillAdapterItems()570 info.touchFraction = cumulativeTouchFraction; in refillAdapterItems()
237 public String scrollToPositionAtProgress(float touchFraction) { in scrollToPositionAtProgress() argument252 if (info.touchFraction > touchFraction) { in scrollToPositionAtProgress()
252 protected abstract String scrollToPositionAtProgress(float touchFraction); in scrollToPositionAtProgress() argument