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.java241 private final ExpandableNotificationRow mParentRow; field in NotificationHeaderUtil.HeaderProcessor
258 mParentRow = row; in HeaderProcessor()
262 mParentView = mParentRow.getNotificationHeader().findViewById(mId); in init()
263 mParentData = mExtractor == null ? null : mExtractor.extractData(mParentRow); in init()