Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1522 public int getPositionInLinearLayout(View childInGroup) {
1532 if (child == childInGroup) {
DNotificationStackScrollLayout.java2965 ExpandableNotificationRow childInGroup = null; in getPositionInLinearLayout() local
2970 childInGroup = (ExpandableNotificationRow) requestedView; in getPositionInLinearLayout()
2971 requestedView = requestedRow = childInGroup.getNotificationParent(); in getPositionInLinearLayout()
2991 position += requestedRow.getPositionOfChild(childInGroup); in getPositionInLinearLayout()