Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java250 private final ExpandableNotificationRow mParentRow; field in NotificationHeaderUtil.HeaderProcessor
267 mParentRow = row; in HeaderProcessor()
271 mParentView = mParentRow.getNotificationHeader().findViewById(mId); in init()
272 mParentData = mExtractor == null ? null : mExtractor.extractData(mParentRow); in init()