Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java132 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/
DNotificationRowBinderImpl.java250 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/
DNotificationGroupAlertTransferHelper.java407 entry.getRow().updateInflationFlag(contentFlag, true /* shouldInflate */); in alertNotificationWhenPossible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java482 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 */);
DNotificationContentInflater.java197 public void updateInflationFlag(@InflationFlag int flag, boolean shouldInflate) { in updateInflationFlag() method in NotificationContentInflater