Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DStatusEvent.kt35 val showAnimation: Boolean in <lambda>() constant
53 override val showAnimation = true constant in com.android.systemui.statusbar.events.BatteryEvent
68 class PrivacyEvent(override val showAnimation: Boolean = true) : StatusEvent { constant in com.android.systemui.statusbar.events.PrivacyEvent
DSystemEventCoordinator.kt125 val showAnimation = isChipAnimationEnabled() && in notifyListeners() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsAnimations.kt55 var showAnimation = intent.getBooleanExtra(ControlsUiController.EXTRA_ANIMATE, false) in <lambda>() variable