Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java1371 public int getPositionInLinearLayout(View childInGroup) {
1381 if (child == childInGroup) {
H A DNotificationStackScrollLayout.java2969 ExpandableNotificationRow childInGroup = null; in getPositionInLinearLayout() local
2974 childInGroup = (ExpandableNotificationRow) requestedView; in getPositionInLinearLayout()
2975 requestedView = requestedRow = childInGroup.getNotificationParent(); in getPositionInLinearLayout()
2995 position += requestedRow.getPositionOfChild(childInGroup); in getPositionInLinearLayout()