Home
last modified time | relevance | path

Searched refs:startingPosition (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java651 int startingPosition = getPositionInLinearLayout(child); in updateScrollStateForAddedChildren() local
656 if (startingPosition < mOwnScrollY) { in updateScrollStateForAddedChildren()
2697 int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild() local
2712 int endPosition = startingPosition + childHeight; in updateScrollStateForRemovedChild()
2717 } else if (startingPosition < mOwnScrollY) { in updateScrollStateForRemovedChild()
2720 setOwnScrollY(startingPosition); in updateScrollStateForRemovedChild()