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

Commit c49bcb04 authored by Riddle Hsu's avatar Riddle Hsu Committed by Automerger Merge Worker
Browse files

Merge "Reduce the duration of rotation animation" into sc-dev am: 2daee2ec

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

Change-Id: I2e3dbf7f048c5e6d23130f5b7a5bd9b318ea7d5e
parents 7c61fd72 2daee2ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        android:pivotX="50%" android:pivotY="50%"
        android:fillEnabled="true"
        android:fillBefore="true" android:fillAfter="true"
        android:interpolator="@interpolator/fast_out_slow_in"
        android:interpolator="@interpolator/screen_rotation"
        android:duration="@android:integer/config_screen_rotation_total_180" />
    <alpha android:fromAlpha="0.0" android:toAlpha="1.0"
        android:fillEnabled="true"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        android:pivotX="50%" android:pivotY="50%"
        android:fillEnabled="true"
        android:fillBefore="true" android:fillAfter="true"
        android:interpolator="@interpolator/fast_out_slow_in"
        android:interpolator="@interpolator/screen_rotation"
        android:duration="@android:integer/config_screen_rotation_total_180" />
    <alpha android:fromAlpha="1.0" android:toAlpha="0.0"
        android:fillEnabled="true"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        android:pivotX="50%" android:pivotY="50%"
        android:fillEnabled="true"
        android:fillBefore="true" android:fillAfter="true"
        android:interpolator="@interpolator/fast_out_slow_in"
        android:interpolator="@interpolator/screen_rotation"
        android:duration="@android:integer/config_screen_rotation_total_90" />
    <alpha android:fromAlpha="0.0" android:toAlpha="1.0"
        android:fillEnabled="true"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        android:pivotX="50%" android:pivotY="50%"
        android:fillEnabled="true"
        android:fillBefore="true" android:fillAfter="true"
        android:interpolator="@interpolator/fast_out_slow_in"
        android:interpolator="@interpolator/screen_rotation"
        android:duration="@android:integer/config_screen_rotation_total_90" />
    <alpha android:fromAlpha="1.0" android:toAlpha="0.0"
        android:fillEnabled="true"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        android:pivotX="50%" android:pivotY="50%"
        android:fillEnabled="true"
        android:fillBefore="true" android:fillAfter="true"
        android:interpolator="@interpolator/fast_out_slow_in"
        android:interpolator="@interpolator/screen_rotation"
        android:duration="@android:integer/config_screen_rotation_total_90" />
    <alpha android:fromAlpha="0.0" android:toAlpha="1.0"
        android:fillEnabled="true"
Loading