Searched refs:getPrivateLayout (Results 1 – 4 of 4) sorted by relevance
168 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()
94 return row.getPrivateLayout().getContractedChild(); in getContentView()98 return row.getPrivateLayout().getExpandedChild(); in getExpandedContentView()102 return row.getPrivateLayout().getHeadsUpChild(); in getHeadsUpContentView()
211 public NotificationContentView getPrivateLayout() { in getPrivateLayout() method in ExpandableNotificationRow
1671 NotificationContentView contentContainer = row.getPrivateLayout();