Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java286 float boundedY = (float) Math.max(0, Math.min(bottom, y - mTouchOffsetY)); in updateFastScrollSectionNameAndThumbOffset() local
287 String sectionName = mRv.scrollToPositionAtProgress(boundedY / bottom); in updateFastScrollSectionNameAndThumbOffset()
293 mLastTouchY = boundedY; in updateFastScrollSectionNameAndThumbOffset()