Searched refs:redactAmbient (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 369 boolean usesIncreasedHeight, boolean usesIncreasedHeadsUpHeight, boolean redactAmbient, in createRemoteViews() argument 391 result.newAmbientView = redactAmbient ? builder.makePublicAmbientNotification() in createRemoteViews() 407 boolean redactAmbient, in apply() argument 431 row, redactAmbient, isNewView, remoteViewClickHandler, callback, privateLayout, in apply() 455 cachedContentViews, row, redactAmbient, isNewView, remoteViewClickHandler, in apply() 481 cachedContentViews, row, redactAmbient, isNewView, remoteViewClickHandler, in apply() 506 row, redactAmbient, isNewView, remoteViewClickHandler, callback, in apply() 514 NotificationContentView newParent = redactAmbient ? publicLayout : privateLayout; in apply() 515 boolean isNewView = (!canReapplyAmbient(row, redactAmbient) in apply() 530 row, redactAmbient, isNewView, remoteViewClickHandler, callback, in apply() [all …]
|