Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java1226 if (scrollRange < getScrollAmountToScrollBoundary()
2110 scrollRange = Math.max(getScrollAmountToScrollBoundary(), scrollRange);
2821 final int scrollBoundaryStart = getScrollAmountToScrollBoundary(); in updateScrollStateForRemovedChild()
2838 private int getScrollAmountToScrollBoundary() { in getScrollAmountToScrollBoundary() method