Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java2966 ExpandableNotificationRow requestedRow = null; in getPositionInLinearLayout() local
2971 requestedView = requestedRow = childInGroup.getNotificationParent(); in getPositionInLinearLayout()
2990 if (requestedRow != null) { in getPositionInLinearLayout()
2991 position += requestedRow.getPositionOfChild(childInGroup); in getPositionInLinearLayout()