Searched refs:updateInflationFlag (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 132 mNotificationInflater.updateInflationFlag(FLAG_CONTENT_VIEW_HEADS_UP, in testInflationOnlyInflatesSetFlags() 213 mNotificationInflater.updateInflationFlag(FLAG_CONTENT_VIEW_AMBIENT, true); in testUpdateNeedsRedactionReinflatesChangedContentViews() 214 mNotificationInflater.updateInflationFlag(FLAG_CONTENT_VIEW_PUBLIC, true); in testUpdateNeedsRedactionReinflatesChangedContentViews()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRowBinderImpl.java | 250 row.updateInflationFlag(FLAG_CONTENT_VIEW_HEADS_UP, true /* shouldInflate */); in updateNotification() 253 row.updateInflationFlag(FLAG_CONTENT_VIEW_AMBIENT, true /* shouldInflate */); in updateNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupAlertTransferHelper.java | 407 entry.getRow().updateInflationFlag(contentFlag, true /* shouldInflate */); in alertNotificationWhenPossible()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 482 updateInflationFlag(inflationFlag, false); in freeContentViewWhenSafe() 510 public void updateInflationFlag(@InflationFlag int flag, boolean shouldInflate) { in updateInflationFlag() method in ExpandableNotificationRow 511 mNotificationInflater.updateInflationFlag(flag, shouldInflate); in updateInflationFlag() 1635 updateInflationFlag(FLAG_CONTENT_VIEW_PUBLIC, needsRedaction /* shouldInflate */);
|
D | NotificationContentInflater.java | 197 public void updateInflationFlag(@InflationFlag int flag, boolean shouldInflate) { in updateInflationFlag() method in NotificationContentInflater
|