Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBaseRecyclerView.java94 protected int getAvailableScrollBarHeight() { in getAvailableScrollBarHeight() method in BaseRecyclerView
118 (int) (((float) scrollY / availableScrollHeight) * getAvailableScrollBarHeight()); in synchronizeScrollBarThumbOffsetToViewScroll()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java313 int availableScrollBarHeight = getAvailableScrollBarHeight(); in onUpdateScrollbar()