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

Commit fd6caec5 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: I2355ebec7017829df20107960908e608352e6c06
parents 524c5a21 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