Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DStatusEvent.kt36 val showAnimation: Boolean in <lambda>() constant
82 override val showAnimation = true constant in BatteryEvent
102 override val showAnimation = true constant in ConnectedDisplayEvent
116 open class PrivacyEvent(override val showAnimation: Boolean = true) : StatusEvent { constant in PrivacyEvent
DSystemStatusAnimationSchedulerLogger.kt24 bool2 = event.showAnimation in logScheduleEvent()
38 bool2 = event.showAnimation in logUpdateEvent()
56 bool2 = event.showAnimation in logIgnoreEvent()
DSystemEventCoordinator.kt84 fun notifyPrivacyItemsChanged(showAnimation: Boolean = true) { in notifyPrivacyItemsChanged()
85 val event = PrivacyEvent(showAnimation) in notifyPrivacyItemsChanged()
149 val showAnimation = isChipAnimationEnabled() && in notifyListeners() constant
152 notifyPrivacyItemsChanged(showAnimation) in notifyListeners()
DSystemStatusAnimationSchedulerImpl.kt244 if (!event.showAnimation && event.forceVisible) { in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DFakeStatusEvent.kt27 override val showAnimation: Boolean = true, constant in com.android.systemui.statusbar.events.FakeStatusEvent
34 override val showAnimation: Boolean = true, constant in com.android.systemui.statusbar.events.FakePrivacyStatusEvent
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsAnimations.kt60 var showAnimation = intent.getBooleanExtra(ControlsUiController.EXTRA_ANIMATE, false) in <lambda>() variable
91 if (showAnimation) { in <lambda>()
93 showAnimation = false in <lambda>()