Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1594 private void updateScrollStateForRemovedChild(View removedChild) { in updateScrollStateForRemovedChild() argument
1595 int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild()
1596 int childHeight = getIntrinsicHeight(removedChild) + mPaddingBetweenElements; in updateScrollStateForRemovedChild()