Searched refs:scrollBoundaryStart (Results 1 – 1 of 1) sorted by relevance
2933 final int scrollBoundaryStart = getScrollAmountToScrollBoundary(); in updateScrollStateForRemovedChild() local2936 if (endPosition <= mOwnScrollY - scrollBoundaryStart) { in updateScrollStateForRemovedChild()2940 } else if (startingPosition < mOwnScrollY - scrollBoundaryStart) { in updateScrollStateForRemovedChild()2943 setOwnScrollY(startingPosition + scrollBoundaryStart); in updateScrollStateForRemovedChild()