Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DStatusEvent.kt35 val showAnimation: Boolean in <lambda>() constant
76 override val showAnimation = true constant in BatteryEvent
90 class PrivacyEvent(override val showAnimation: Boolean = true) : StatusEvent { constant in PrivacyEvent
DSystemEventCoordinator.kt127 val showAnimation = isChipAnimationEnabled() && in notifyListeners() constant
/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsAnimations.kt60 var showAnimation = intent.getBooleanExtra(ControlsUiController.EXTRA_ANIMATE, false) in <lambda>() variable