Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java163 sanitizeChild(layout.getHeadsUpChild(), row); in sanitizeTopLineViews()
291 applyToView(apply, reset, row.getPrivateLayout().getHeadsUpChild()); in apply()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java178 assertNotNull(mRow.getPrivateLayout().getHeadsUpChild()); in testInflationOnlyInflatesSetFlags()
H A DNotificationEntryManagerInflationTest.java416 assertNotNull(entry.getRow().getPrivateLayout().getHeadsUpChild()); in testContentViewInflationDuringRowInflationInflatesCorrectViews()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java456 View headsUpChild = layout.getHeadsUpChild(); in setIconAnimationRunning()
677 boolean headsUpCustom = layout.getHeadsUpChild() != null && in updateLimitsForView()
678 layout.getHeadsUpChild().getId() in updateLimitsForView()
1053 View headsUpChild = layout.getHeadsUpChild();
H A DNotificationContentInflater.java406 callback, privateLayout, privateLayout.getHeadsUpChild(), in apply()
H A DNotificationContentView.java349 public View getHeadsUpChild() { in getHeadsUpChild() method in NotificationContentView