Searched refs:startingPosition (Results 1 – 1 of 1) sorted by relevance
651 int startingPosition = getPositionInLinearLayout(child); in updateScrollStateForAddedChildren() local656 if (startingPosition < mOwnScrollY) { in updateScrollStateForAddedChildren()2697 int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild() local2712 int endPosition = startingPosition + childHeight; in updateScrollStateForRemovedChild()2717 } else if (startingPosition < mOwnScrollY) { in updateScrollStateForRemovedChild()2720 setOwnScrollY(startingPosition); in updateScrollStateForRemovedChild()