Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java1263 final int startingPosition = getPositionInLinearLayout(child);
1265 if (startingPosition < mOwnScrollY) {
2933 final int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild() local
2935 final int endPosition = startingPosition + childHeight; in updateScrollStateForRemovedChild()
2943 } else if (startingPosition < mOwnScrollY - scrollBoundaryStart) { in updateScrollStateForRemovedChild()
2946 setOwnScrollY(startingPosition + scrollBoundaryStart); in updateScrollStateForRemovedChild()