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

Commit e2a52639 authored by Daniel Norman's avatar Daniel Norman Committed by Android (Google) Code Review
Browse files

Merge changes from topic "clean-up-410692660" into main

* changes:
  cleanup(magnification): remove flag use_window_original_touchable_region_when_magnification_recompute_bounds
  cleanup(magnification): remove flag do_not_check_intersection_when_non_magnifiable_window_transitions
parents 72536c07 3025af1c
Loading
Loading
Loading
Loading
+0 −17
Original line number Original line Diff line number Diff line
package: "com.android.window.flags"
package: "com.android.window.flags"
container: "system"
container: "system"


flag {
  name: "do_not_check_intersection_when_non_magnifiable_window_transitions"
  namespace: "accessibility"
  description: "The flag controls whether the intersection check for non-magnifiable windows is needed when onWindowTransition,"
  bug: "312624253"
}

flag {
flag {
  name: "always_draw_magnification_fullscreen_border"
  name: "always_draw_magnification_fullscreen_border"
  namespace: "accessibility"
  namespace: "accessibility"
@@ -17,13 +10,3 @@ flag {
    purpose: PURPOSE_BUGFIX
    purpose: PURPOSE_BUGFIX
  }
  }
}
}

flag {
  name: "use_window_original_touchable_region_when_magnification_recompute_bounds"
  namespace: "accessibility"
  description: "The flag controls whether to use the window original touchable regions in accessibilityController recomputeBounds"
  bug: "323366243"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}