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

Commit 6e10fea4 authored by Candice Lo's avatar Candice Lo
Browse files

fix(window magnification):Create the flag for using SurfaceControlViewHost to...

fix(window magnification):Create the flag for using SurfaceControlViewHost to create window magnifier

The flag is for guarding the change of implementing window magnifier in
a windowless way.

Bug: 280992417
Test: N/A
Flag: ACONFIG com.android.systemui.create_windowless_window_magnifier DEVELOPMENT
Change-Id: I60bc4a8579e91baaa9ec6738d6ee12b5fe7bff0b
parent 647dbb62
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -36,3 +36,10 @@ flag {
    description: "Animates the floating menu's transition between curved and jagged edges."
    bug: "281140482"
}

flag {
    name: "create_windowless_window_magnifier"
    namespace: "accessibility"
    description: "Uses SurfaceControlViewHost to create the magnifier for window magnification."
    bug: "280992417"
}