Searched refs:getScrollAmountToScrollBoundary (Results 1 – 1 of 1) sorted by relevance
1359 boolean animateStackY = scrollRange < getScrollAmountToScrollBoundary()2358 scrollRange = Math.max(getScrollAmountToScrollBoundary(), scrollRange);2933 final int scrollBoundaryStart = getScrollAmountToScrollBoundary(); in updateScrollStateForRemovedChild()2950 private int getScrollAmountToScrollBoundary() { in getScrollAmountToScrollBoundary() method