Searched refs:showAnimation (Results 1 – 6 of 6) sorted by relevance
36 val showAnimation: Boolean in <lambda>() constant82 override val showAnimation = true constant in BatteryEvent102 override val showAnimation = true constant in ConnectedDisplayEvent116 open class PrivacyEvent(override val showAnimation: Boolean = true) : StatusEvent { constant in PrivacyEvent
24 bool2 = event.showAnimation in logScheduleEvent()38 bool2 = event.showAnimation in logUpdateEvent()56 bool2 = event.showAnimation in logIgnoreEvent()
84 fun notifyPrivacyItemsChanged(showAnimation: Boolean = true) { in notifyPrivacyItemsChanged()85 val event = PrivacyEvent(showAnimation) in notifyPrivacyItemsChanged()149 val showAnimation = isChipAnimationEnabled() && in notifyListeners() constant152 notifyPrivacyItemsChanged(showAnimation) in notifyListeners()
244 if (!event.showAnimation && event.forceVisible) { in <lambda>()
27 override val showAnimation: Boolean = true, constant in com.android.systemui.statusbar.events.FakeStatusEvent34 override val showAnimation: Boolean = true, constant in com.android.systemui.statusbar.events.FakePrivacyStatusEvent
60 var showAnimation = intent.getBooleanExtra(ControlsUiController.EXTRA_ANIMATE, false) in <lambda>() variable91 if (showAnimation) { in <lambda>()93 showAnimation = false in <lambda>()