Searched refs:showAnimation (Results 1 – 4 of 4) sorted by relevance
70 fun notifyPrivacyItemsChanged(showAnimation: Boolean = true) { in notifyPrivacyItemsChanged()71 val event = PrivacyEvent(showAnimation) in notifyPrivacyItemsChanged()125 val showAnimation = isChipAnimationEnabled() && in notifyListeners() constant128 notifyPrivacyItemsChanged(showAnimation) in notifyListeners()
35 val showAnimation: Boolean in <lambda>() constant53 override val showAnimation = true constant in com.android.systemui.statusbar.events.BatteryEvent68 class PrivacyEvent(override val showAnimation: Boolean = true) : StatusEvent { constant in com.android.systemui.statusbar.events.PrivacyEvent
159 if (!event.showAnimation && event.forceVisible) { in <lambda>()
55 var showAnimation = intent.getBooleanExtra(ControlsUiController.EXTRA_ANIMATE, false) in <lambda>() variable82 if (showAnimation) { in <lambda>()84 showAnimation = false in <lambda>()