Home
last modified time | relevance | path

Searched refs:showAnimation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventCoordinator.kt70 fun notifyPrivacyItemsChanged(showAnimation: Boolean = true) { in notifyPrivacyItemsChanged()
71 val event = PrivacyEvent(showAnimation) in notifyPrivacyItemsChanged()
125 val showAnimation = isChipAnimationEnabled() && in notifyListeners() constant
128 notifyPrivacyItemsChanged(showAnimation) in notifyListeners()
DStatusEvent.kt35 val showAnimation: Boolean in <lambda>() constant
53 override val showAnimation = true constant in com.android.systemui.statusbar.events.BatteryEvent
68 class PrivacyEvent(override val showAnimation: Boolean = true) : StatusEvent { constant in com.android.systemui.statusbar.events.PrivacyEvent
DSystemStatusAnimationScheduler.kt159 if (!event.showAnimation && event.forceVisible) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsAnimations.kt55 var showAnimation = intent.getBooleanExtra(ControlsUiController.EXTRA_ANIMATE, false) in <lambda>() variable
82 if (showAnimation) { in <lambda>()
84 showAnimation = false in <lambda>()