Searched refs:redactAmbient (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationInflater.java106 public void setRedactAmbient(boolean redactAmbient) { argument
107 if (mRedactAmbient != redactAmbient) {
108 mRedactAmbient = redactAmbient;
163 boolean usesIncreasedHeight, boolean usesIncreasedHeadsUpHeight, boolean redactAmbient,
184 result.newAmbientView = redactAmbient ? builder.makePublicAmbientNotification()
195 ExpandableNotificationRow row, boolean redactAmbient,
217 applyRemoteView(result, reInflateFlags, flag, row, redactAmbient,
241 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
266 redactAmbient, isNewView, remoteViewClickHandler, callback, entry,
290 redactAmbient, isNewVie
161 createRemoteViews(int reInflateFlags, Notification.Builder builder, boolean isLowPriority, boolean isChildInGroup, boolean usesIncreasedHeight, boolean usesIncreasedHeadsUpHeight, boolean redactAmbient, Context packageContext) argument
194 apply(InflationProgress result, int reInflateFlags, ExpandableNotificationRow row, boolean redactAmbient, RemoteViews.OnClickHandler remoteViewClickHandler, @Nullable InflationCallback callback) argument
329 applyRemoteView(final InflationProgress result, final int reInflateFlags, int inflationId, final ExpandableNotificationRow row, final boolean redactAmbient, boolean isNewView, RemoteViews.OnClickHandler remoteViewClickHandler, @Nullable final InflationCallback callback, NotificationData.Entry entry, NotificationContentView parentLayout, View existingView, NotificationViewWrapper existingWrapper, final HashMap<Integer, CancellationSignal> runningInflations, ApplyCallback applyCallback) argument
439 finishIfDone(InflationProgress result, int reInflateFlags, HashMap<Integer, CancellationSignal> runningInflations, @Nullable InflationCallback endListener, ExpandableNotificationRow row, boolean redactAmbient) argument
567 canReapplyAmbient(ExpandableNotificationRow row, boolean redactAmbient) argument
590 AsyncInflationTask(StatusBarNotification notification, int reInflateFlags, ExpandableNotificationRow row, boolean isLowPriority, boolean isChildInGroup, boolean usesIncreasedHeight, boolean usesIncreasedHeadsUpHeight, boolean redactAmbient, InflationCallback callback, RemoteViews.OnClickHandler remoteViewClickHandler) argument
[all...]

Completed in 49 milliseconds