Home
last modified time | relevance | path

Searched refs:boundedY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerViewFastScrollBar.java248 float boundedY = (float) Math.max(0, Math.min(bottom, y - mTouchOffsetY)); in updateFastScrollSectionNameAndThumbOffset() local
249 String sectionName = mRv.scrollToPositionAtProgress(boundedY / bottom); in updateFastScrollSectionNameAndThumbOffset()
256 mLastTouchY = boundedY; in updateFastScrollSectionNameAndThumbOffset()