summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Aaron Liu <aaronjli@google.com> 2023-08-24 09:37:19 -0700
committer Aaron Liu <aaronjli@google.com> 2023-08-29 08:52:57 -0700
commit56ec1ab28b9029e538063b92208e5c27f54132a3 (patch)
treed994c4b79aae388d8d0c76b2c002a6bd9bc34036
parent7876ae12560db9cfe8582e6854c87f555e55a047 (diff)
Add flag lazy_inflate_keyguard
Add flag to flag off refactor behavior. Bug: 297365780 Bug: 295555276 Test: make sure that the flag is available. Change-Id: Ibcc31e8685af07d7c83ce6134b5a965409e7edf5
-rw-r--r--packages/SystemUI/src/com/android/systemui/flags/Flags.kt4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
index dfbaf558729b..ca7c83a90c5e 100644
--- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
+++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -204,6 +204,10 @@ object Flags {
@JvmField
val LOCK_SCREEN_LONG_PRESS_ENABLED = releasedFlag("lock_screen_long_press_enabled")
+ /** Inflate and bind views upon emitting a blueprint value . */
+ // TODO(b/297365780): Tracking Bug
+ @JvmField val LAZY_INFLATE_KEYGUARD = unreleasedFlag("lazy_inflate_keyguard")
+
/** Enables UI updates for AI wallpapers in the wallpaper picker. */
// TODO(b/267722622): Tracking Bug
@JvmField val WALLPAPER_PICKER_UI_FOR_AIWP = releasedFlag("wallpaper_picker_ui_for_aiwp")