Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java178 sanitizeChild(layout.getContractedChild()); in sanitizeHeaderViews()
300 applyToView(apply, row.getPrivateLayout().getContractedChild()); in apply()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java393 privateLayout.getContractedChild(), privateLayout.getVisibleWrapper( in apply()
468 publicLayout, publicLayout.getContractedChild(), in apply()
DExpandableNotificationRow.java400 View contractedChild = layout.getContractedChild(); in setIconAnimationRunning()
642 boolean customView = layout.getContractedChild() != null in updateLimitsForView()
643 && layout.getContractedChild().getId() in updateLimitsForView()
1034 View contractedChild = layout.getContractedChild();
DNotificationContentView.java363 public View getContractedChild() { in getContractedChild() method in NotificationContentView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java165 assertNull(row.getPublicLayout().getContractedChild()); in setNeedsRedactionFreesViewWhenFalse()