Searched defs:showAnimation (Results 1 – 4 of 4) sorted by relevance
35 val showAnimation: Boolean in <lambda>() constant76 override val showAnimation = true constant in BatteryEvent90 class PrivacyEvent(override val showAnimation: Boolean = true) : StatusEvent { constant in PrivacyEvent
127 val showAnimation = isChipAnimationEnabled() && in notifyListeners() constant
27 override val showAnimation: Boolean = true, constant in com.android.systemui.statusbar.events.FakeStatusEvent
60 var showAnimation = intent.getBooleanExtra(ControlsUiController.EXTRA_ANIMATE, false) in <lambda>() variable