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.java792 int startingPosition = getPositionInLinearLayout(child); in updateScrollStateForAddedChildren() local
797 if (startingPosition < mOwnScrollY) { in updateScrollStateForAddedChildren()
2909 int startingPosition = getPositionInLinearLayout(removedChild);
2924 int endPosition = startingPosition + childHeight;
2929 } else if (startingPosition < mOwnScrollY) {
2932 setOwnScrollY(startingPosition);