1package: "com.android.graphics.flags" 2container: "system" 3 4flag { 5 name: "exact_compute_bounds" 6 is_exported: true 7 namespace: "core_graphics" 8 description: "Add a function without unused exact param for computeBounds." 9 bug: "304478551" 10} 11 12flag { 13 name: "yuv_image_compress_to_ultra_hdr" 14 is_exported: true 15 namespace: "core_graphics" 16 description: "Feature flag for YUV image compress to Ultra HDR." 17 bug: "308978825" 18} 19 20flag { 21 name: "icon_load_drawable_return_null_when_uri_decode_fails" 22 is_exported: true 23 namespace: "core_graphics" 24 description: "Return null when decode from URI fails in Icon.loadDrawable()" 25 bug: "335878768" 26} 27 28flag { 29 name: "ok_lab_colorspace" 30 is_exported: true 31 is_fixed_read_only: true 32 namespace: "core_graphics" 33 description: "Add OkLab ColorSpace support" 34 bug: "344038816" 35} 36