Searched refs:startingPosition (Results 1 – 1 of 1) sorted by relevance
792 int startingPosition = getPositionInLinearLayout(child); in updateScrollStateForAddedChildren() local797 if (startingPosition < mOwnScrollY) { in updateScrollStateForAddedChildren()2909 int startingPosition = getPositionInLinearLayout(removedChild);2924 int endPosition = startingPosition + childHeight;2929 } else if (startingPosition < mOwnScrollY) {2932 setOwnScrollY(startingPosition);