Searched refs:isSensitiveContentProtectionActive (Results 1 – 3 of 3) sorted by relevance
79 val isSensitiveContentProtectionActive = screenshareNotificationHiding() && in calculateNotifStats() constant88 val isClearable = !isSensitiveContentProtectionActive && entry.isClearable in calculateNotifStats()
112 val isSensitiveContentProtectionActive = screenshareNotificationHiding() && in bindCoordinator() constant118 isSensitiveContentProtectionActive in bindCoordinator()
432 boolean isSensitiveContentProtectionActive = in updateSensitivenessWithAnimation()434 boolean isSensitive = isAnyProfilePublic || isSensitiveContentProtectionActive; in updateSensitivenessWithAnimation()437 boolean shouldAnimate = animate && !isSensitiveContentProtectionActive; in updateSensitivenessWithAnimation()