Searched refs:scrollBoundaryStart (Results 1 – 1 of 1) sorted by relevance
2821 final int scrollBoundaryStart = getScrollAmountToScrollBoundary(); in updateScrollStateForRemovedChild() local2824 if (endPosition <= mOwnScrollY - scrollBoundaryStart) { in updateScrollStateForRemovedChild()2828 } else if (startingPosition < mOwnScrollY - scrollBoundaryStart) { in updateScrollStateForRemovedChild()2831 setOwnScrollY(startingPosition + scrollBoundaryStart); in updateScrollStateForRemovedChild()