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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java1184 public int getPositionInLinearLayout(View childInGroup) { method in class:NotificationChildrenContainer
H A DNotificationStackScrollLayout.java662 int startingPosition = getPositionInLinearLayout(child);
684 int positionInLinearLayout = getPositionInLinearLayout(expandableView);
1212 int positionInLinearLayout = getPositionInLinearLayout(v);
2720 int startingPosition = getPositionInLinearLayout(removedChild);
2755 public int getPositionInLinearLayout(View requestedView) { method in class:NotificationStackScrollLayout

Completed in 372 milliseconds