Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java651 int startingPosition = getPositionInLinearLayout(child); in updateScrollStateForAddedChildren()
673 int positionInLinearLayout = getPositionInLinearLayout(expandableView); in updateForcedScroll()
1183 int positionInLinearLayout = getPositionInLinearLayout(v); in scrollTo()
2697 int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild()
2732 private int getPositionInLinearLayout(View requestedView) { in getPositionInLinearLayout() method in NotificationStackScrollLayout
DNotificationChildrenContainer.java1163 public int getPositionInLinearLayout(View childInGroup) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java2028 return mChildrenContainer.getPositionInLinearLayout(childRow);