Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1359 boolean animateStackY = scrollRange < getScrollAmountToScrollBoundary()
2358 scrollRange = Math.max(getScrollAmountToScrollBoundary(), scrollRange);
2933 final int scrollBoundaryStart = getScrollAmountToScrollBoundary(); in updateScrollStateForRemovedChild()
2950 private int getScrollAmountToScrollBoundary() { in getScrollAmountToScrollBoundary() method