Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0456a20a authored by Yunfan Chen's avatar Yunfan Chen
Browse files

Introduce relative insets feature flag

Bug: 277292497
Test: m services.core.flags-java
Test: m services.core.unboosted
Test: m dist
Flag: com.android.window.flags.relative_insets
Change-Id: I828267fa965719b4e05bfa52e196c2fc6ffacfbf
parent ab58d648
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -453,3 +453,11 @@ flag {
    is_fixed_read_only: true
    bug: "376407910"
}

flag {
  name: "relative_insets"
  namespace: "windowing_frontend"
  description: "Support insets definition and calculation relative to task bounds."
  bug: "277292497"
  is_fixed_read_only: true
}
 No newline at end of file