Searched refs:startingPosition (Results 1 – 1 of 1) sorted by relevance
1263 final int startingPosition = getPositionInLinearLayout(child);1265 if (startingPosition < mOwnScrollY) {2933 final int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild() local2935 final int endPosition = startingPosition + childHeight; in updateScrollStateForRemovedChild()2943 } else if (startingPosition < mOwnScrollY - scrollBoundaryStart) { in updateScrollStateForRemovedChild()2946 setOwnScrollY(startingPosition + scrollBoundaryStart); in updateScrollStateForRemovedChild()