Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java179 sanitizeChild(layout.getHeadsUpChild()); in sanitizeHeaderViews()
301 applyToView(apply, row.getPrivateLayout().getHeadsUpChild()); in apply()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java137 assertNotNull(mRow.getPrivateLayout().getHeadsUpChild()); in testInflationOnlyInflatesSetFlags()
DExpandableNotificationRowTest.java153 assertNull(row.getPrivateLayout().getHeadsUpChild()); in testFreeContentViewWhenSafe()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java418 View headsUpChild = layout.getHeadsUpChild(); in setIconAnimationRunning()
685 boolean headsUpCustom = layout.getHeadsUpChild() != null && in updateLimitsForView()
686 layout.getHeadsUpChild().getId() in updateLimitsForView()
1053 View headsUpChild = layout.getHeadsUpChild();
DNotificationContentInflater.java482 callback, privateLayout, privateLayout.getHeadsUpChild(), in apply()
DNotificationContentView.java393 public View getHeadsUpChild() { in getHeadsUpChild() method in NotificationContentView