Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1730 int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild()
1752 private int getPositionInLinearLayout(View requestedChild) { in getPositionInLinearLayout() method in NotificationStackScrollLayout