Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java165 sanitizeChild(layout.getHeadsUpChild(), row); in sanitizeTopLineViews()
294 applyToView(apply, reset, row.getPrivateLayout().getHeadsUpChild()); in apply()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java192 assertNotNull(mRow.getPrivateLayout().getHeadsUpChild()); in testInflationOnlyInflatesSetFlags()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java498 View headsUpChild = layout.getHeadsUpChild(); in setIconAnimationRunning()
740 boolean headsUpCustom = layout.getHeadsUpChild() != null && in updateLimitsForView()
741 layout.getHeadsUpChild().getId() in updateLimitsForView()
1181 View headsUpChild = layout.getHeadsUpChild();
DNotificationContentInflater.java553 callback, privateLayout, privateLayout.getHeadsUpChild(), in apply()
DNotificationContentView.java409 public View getHeadsUpChild() { in getHeadsUpChild() method in NotificationContentView