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

Commit d700732b authored by Ikram Gabiyev's avatar Ikram Gabiyev
Browse files

Add a new feature flag for new pip size spec logic

Added a new feature flag got the new pipi size spec logic
that optimizes pip sizing for large screens in particular

Bug: 198643358

Test: mp droid

Change-Id: I20c6f39c07e75b52bc1016444287b8ae4bd844bb
parent 4e02695e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -438,6 +438,12 @@ object Flags {
            teamfood = false
        )

    // TODO(b/198643358): Tracking bug
    @Keep
    @JvmField
    val ENABLE_PIP_SIZE_LARGE_SCREEN =
        sysPropBooleanFlag(1114, "persist.wm.debug.enable_pip_size_large_screen", default = false)

    // 1200 - predictive back
    @Keep
    @JvmField