Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java236 private final ExpandableNotificationRow mParentRow; field in NotificationGroupingUtil.Processor
252 mParentRow = row; in Processor()
256 View header = mParentRow.getNotificationViewWrapper().getNotificationHeader(); in init()
258 mParentData = mExtractor == null ? null : mExtractor.extractData(mParentRow); in init()