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

Commit 6647300f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add alpha animation for 180 rotation" into rvc-dev am: 04e81462 am: ec46cc43

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12033206

Change-Id: Ia3d9fe98cb977f7452dc6f057771c8b39dfe71da
parents e0b7712c ec46cc43
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -25,4 +25,10 @@
        android:fillBefore="true" android:fillAfter="true"
        android:interpolator="@interpolator/fast_out_slow_in"
        android:duration="@android:integer/config_screen_rotation_total_180" />
    <alpha android:fromAlpha="0.0" android:toAlpha="1.0"
        android:fillEnabled="true"
        android:fillBefore="true" android:fillAfter="true"
        android:interpolator="@interpolator/screen_rotation_alpha_in"
        android:startOffset="@android:integer/config_screen_rotation_fade_in_delay"
        android:duration="@android:integer/config_screen_rotation_fade_in" />
</set>
+6 −1
Original line number Diff line number Diff line
@@ -25,4 +25,9 @@
        android:fillBefore="true" android:fillAfter="true"
        android:interpolator="@interpolator/fast_out_slow_in"
        android:duration="@android:integer/config_screen_rotation_total_180" />
    <alpha android:fromAlpha="1.0" android:toAlpha="0.0"
        android:fillEnabled="true"
        android:fillBefore="true" android:fillAfter="true"
        android:interpolator="@interpolator/screen_rotation_alpha_out"
        android:duration="@android:integer/config_screen_rotation_fade_out" />
</set>