Home
last modified time | relevance | path

Searched refs:isSensitiveContentProtectionActive (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt79 val isSensitiveContentProtectionActive = screenshareNotificationHiding() && in calculateNotifStats() constant
88 val isClearable = !isSensitiveContentProtectionActive && entry.isClearable in calculateNotifStats()
DSensitiveContentCoordinator.kt112 val isSensitiveContentProtectionActive = screenshareNotificationHiding() && in bindCoordinator() constant
118 isSensitiveContentProtectionActive in bindCoordinator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java432 boolean isSensitiveContentProtectionActive = in updateSensitivenessWithAnimation()
434 boolean isSensitive = isAnyProfilePublic || isSensitiveContentProtectionActive; in updateSensitivenessWithAnimation()
437 boolean shouldAnimate = animate && !isSensitiveContentProtectionActive; in updateSensitivenessWithAnimation()