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

Commit 511623c8 authored by shawnlin's avatar shawnlin
Browse files

Fixed flickering when quick tap on brightness bar

Reduce the height of brightness mirror view.

Change-Id: I998932dea51659cbba0a8484973b3281f595c46e
Fixes: 79927315
Test: quick tap on brightness bar and observe the result
Test: atest google/perf/jank/SystemUI/UbSystemUIJankTests-Trace:android.platform.systemui.tests.jank.SystemUiJankTests#testChangeBrightness
parent a4155c75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    <dimen name="docked_divider_handle_width">2dp</dimen>
    <dimen name="docked_divider_handle_height">16dp</dimen>

    <dimen name="brightness_mirror_height">96dp</dimen>
    <dimen name="brightness_mirror_height">40dp</dimen>

    <!-- Width for the spacer, used between QS tiles. -->
    <dimen name="qs_quick_tile_space_width">38dp</dimen>
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@

    <dimen name="notification_panel_width">@dimen/match_parent</dimen>

    <dimen name="brightness_mirror_height">108dp</dimen>
    <dimen name="brightness_mirror_height">48dp</dimen>

    <!-- The width of the panel that holds the quick settings. -->
    <dimen name="qs_panel_width">@dimen/notification_panel_width</dimen>