Loading packages/SystemUI/aconfig/systemui.aconfig +7 −0 Original line number Diff line number Diff line Loading @@ -2206,3 +2206,10 @@ flag { description: "Enable blur on more systemui surfaces" bug: "444141641" } flag { name: "enable_cue_bar_animated_icon" namespace: "ailabs" description: "Enable the animated icon in cue bar" bug: "443197064" } packages/SystemUI/src/com/android/systemui/ambientcue/shared/flag/AmbientCueFlag.kt +5 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ package com.android.systemui.ambientcue.shared.flag import com.android.systemui.Flags.ambientCuePlugin import com.android.systemui.Flags.enableCueBarAnimatedIcon import com.android.systemui.Flags.enableUnderlay /** Helper for reading or using the underlay flag state. */ Loading @@ -31,4 +32,8 @@ object AmbientCueFlag { @JvmStatic inline val isAmbientCuePluginEnabled get() = ambientCuePlugin() @JvmStatic inline val isCueBarAnimatedIconEnabled get() = enableCueBarAnimatedIcon() } Loading
packages/SystemUI/aconfig/systemui.aconfig +7 −0 Original line number Diff line number Diff line Loading @@ -2206,3 +2206,10 @@ flag { description: "Enable blur on more systemui surfaces" bug: "444141641" } flag { name: "enable_cue_bar_animated_icon" namespace: "ailabs" description: "Enable the animated icon in cue bar" bug: "443197064" }
packages/SystemUI/src/com/android/systemui/ambientcue/shared/flag/AmbientCueFlag.kt +5 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ package com.android.systemui.ambientcue.shared.flag import com.android.systemui.Flags.ambientCuePlugin import com.android.systemui.Flags.enableCueBarAnimatedIcon import com.android.systemui.Flags.enableUnderlay /** Helper for reading or using the underlay flag state. */ Loading @@ -31,4 +32,8 @@ object AmbientCueFlag { @JvmStatic inline val isAmbientCuePluginEnabled get() = ambientCuePlugin() @JvmStatic inline val isCueBarAnimatedIconEnabled get() = enableCueBarAnimatedIcon() }