Searched refs:startingPosition (Results 1 – 1 of 1) sorted by relevance
1311 final int startingPosition = getPositionInLinearLayout(child);1313 if (startingPosition < mOwnScrollY) {2930 final int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild() local2932 final int endPosition = startingPosition + childHeight; in updateScrollStateForRemovedChild()2940 } else if (startingPosition < mOwnScrollY - scrollBoundaryStart) { in updateScrollStateForRemovedChild()2943 setOwnScrollY(startingPosition + scrollBoundaryStart); in updateScrollStateForRemovedChild()