| commit | 91ae8258ae47549ca42d2f5edd4cd2ff6711ad4c | [log] [tgz] |
|---|---|---|
| author | John Reck <jreck@google.com> | Fri Oct 20 16:48:45 2023 -0400 |
| committer | John Reck <jreck@google.com> | Fri Oct 20 16:48:45 2023 -0400 |
| tree | 2b936ae0c78ba038d97a26f759217a409e069381 | |
| parent | fcfd9bb8e78368f64d11c3a67b7a57127c0c5f2b [diff] |
Add surfaceview clipping flag Bug: 298621623 Test: n/a Change-Id: Ib67bdbf7327431bdbfbe0cd65bb85d89985f5540
diff --git a/libs/hwui/aconfig/hwui_flags.aconfig b/libs/hwui/aconfig/hwui_flags.aconfig index e672b98..e986c38 100644 --- a/libs/hwui/aconfig/hwui_flags.aconfig +++ b/libs/hwui/aconfig/hwui_flags.aconfig
@@ -27,3 +27,10 @@ description: "APIs to create a new gainmap with a bitmap for metadata." bug: "304478551" } + +flag { + name: "clip_surfaceviews" + namespace: "core_graphics" + description: "Clip z-above surfaceviews to global clip rect" + bug: "298621623" +}