• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "android.widget.flags"
2container: "system"
3
4flag {
5   name: "notif_linearlayout_optimized"
6   namespace: "systemui"
7   description: "Enables notification specific LinearLayout optimization"
8   bug: "316110233"
9}
10
11flag {
12  name: "call_style_set_data_async"
13  namespace: "systemui"
14  description: "Offloads caller icon drawable loading to the background thread"
15  bug: "293961072"
16  metadata {
17    purpose: PURPOSE_BUGFIX
18  }
19}
20
21flag {
22  name: "conversation_style_set_avatar_async"
23  namespace: "systemui"
24  description: "Offloads conversation avatar drawable loading to the background thread"
25  bug: "305540309"
26  metadata {
27    purpose: PURPOSE_BUGFIX
28  }
29}
30
31flag {
32  name: "toast_no_weakref"
33  namespace: "systemui"
34  description: "Do not use WeakReference for custom view Toast"
35  bug: "321732224"
36  metadata {
37    purpose: PURPOSE_BUGFIX
38  }
39}
40
41flag {
42    name: "big_picture_style_discard_empty_icon_bitmap_drawables"
43    namespace: "systemui"
44    description: "BigPictureStyle: Ignore Icon BitmapDrawables without Bitmaps"
45    bug: "335878768"
46    metadata {
47        purpose: PURPOSE_BUGFIX
48    }
49}
50
51flag {
52  name: "messaging_child_request_layout"
53  namespace: "systemui"
54  description: "MessagingChild always needs to be measured during MessagingLinearLayout onMeasure."
55  bug: "324537506"
56  metadata {
57    purpose: PURPOSE_BUGFIX
58  }
59}
60