Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerView.java182 protected int getAvailableScrollBarHeight() { in getAvailableScrollBarHeight() method in BaseRecyclerView
227 (int) (((float) scrollY / availableScrollHeight) * getAvailableScrollBarHeight()); in synchronizeScrollBarThumbOffsetToViewScroll()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java303 int availableScrollBarHeight = getAvailableScrollBarHeight(); in onUpdateScrollbar()