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

Commit 6d32b3fd authored by Qinchen Gu's avatar Qinchen Gu
Browse files

Create AConfig flag to guard bug fix for getBoundsInParent.

Flag: android.view.flags.calculate_bounds_in_parent_from_bounds_in_screen
Test: adding flag
Bug: 366131857
Change-Id: Iac0a2edda5a6d51f6d5abc1ed059b871444f5f9e
parent bc57d803
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -98,3 +98,14 @@ flag {
    bug: "331698645"
    is_fixed_read_only: true
}

flag {
  name: "calculate_bounds_in_parent_from_bounds_in_screen"
  namespace: "accessibility"
  description: "Calculate bounds in parent of each node in ViewStructure from its bounds set relative to screen and its parent's"
  bug: "366131857"
  is_fixed_read_only: true
  metadata {
      purpose: PURPOSE_BUGFIX
  }
}