Searched refs:getScrollAmountToScrollBoundary (Results 1 – 1 of 1) sorted by relevance
1226 if (scrollRange < getScrollAmountToScrollBoundary()2110 scrollRange = Math.max(getScrollAmountToScrollBoundary(), scrollRange);2821 final int scrollBoundaryStart = getScrollAmountToScrollBoundary(); in updateScrollStateForRemovedChild()2838 private int getScrollAmountToScrollBoundary() { in getScrollAmountToScrollBoundary() method