Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java168 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews()
290 applyToView(apply, row.getPrivateLayout().getContractedChild()); in apply()
291 applyToView(apply, row.getPrivateLayout().getHeadsUpChild()); in apply()
292 applyToView(apply, row.getPrivateLayout().getExpandedChild()); in apply()
DNotificationData.java94 return row.getPrivateLayout().getContractedChild(); in getContentView()
98 return row.getPrivateLayout().getExpandedChild(); in getExpandedContentView()
102 return row.getPrivateLayout().getHeadsUpChild(); in getHeadsUpContentView()
DExpandableNotificationRow.java211 public NotificationContentView getPrivateLayout() { in getPrivateLayout() method in ExpandableNotificationRow
DBaseStatusBar.java1671 NotificationContentView contentContainer = row.getPrivateLayout();