Searched defs:getPositionInLinearLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java1163 public int getPositionInLinearLayout(View childInGroup) { method in class:NotificationChildrenContainer
H A DNotificationStackScrollLayout.java651 int startingPosition = getPositionInLinearLayout(child);
673 int positionInLinearLayout = getPositionInLinearLayout(expandableView);
1183 int positionInLinearLayout = getPositionInLinearLayout(v);
2697 int startingPosition = getPositionInLinearLayout(removedChild);
2732 private int getPositionInLinearLayout(View requestedView) { method in class:NotificationStackScrollLayout

Completed in 65 milliseconds