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/stack/
DNotificationStackScrollLayout.java2503 ExpandableNotificationRow requestedRow = null; in getPositionInLinearLayout() local
2508 requestedView = requestedRow = childInGroup.getNotificationParent(); in getPositionInLinearLayout()
2526 if (requestedRow != null) { in getPositionInLinearLayout()
2527 position += requestedRow.getPositionOfChild(childInGroup); in getPositionInLinearLayout()