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

Commit 7a72330f authored by Evan Laird's avatar Evan Laird Committed by android-build-merger
Browse files

Merge "Update auto rotate / portrait QS icon" into oc-dr1-dev am: a8abb9d5

am: 1abed962

Change-Id: I93134aaee5c7616fc7a08834f24a0bb438d3668f
parents d49d82b4 1abed962
Loading
Loading
Loading
Loading
+0 −54
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<set xmlns:android="http://schemas.android.com/apk/res/android" >
    <set
        android:ordering="sequentially" >
        <objectAnimator
            android:duration="133"
            android:propertyName="scaleX"
            android:valueFrom="0.9"
            android:valueTo="0.9"
            android:interpolator="@android:interpolator/linear" />
        <objectAnimator
            android:duration="333"
            android:propertyName="scaleX"
            android:valueFrom="0.9"
            android:valueTo="1"
            android:interpolator="@android:interpolator/linear" />
    </set>
    <set
        android:ordering="sequentially" >
        <objectAnimator
            android:duration="133"
            android:propertyName="scaleY"
            android:valueFrom="0.9"
            android:valueTo="0.9"
            android:interpolator="@android:interpolator/linear" />
        <objectAnimator
            android:duration="333"
            android:propertyName="scaleY"
            android:valueFrom="0.9"
            android:valueTo="1"
            android:interpolator="@android:interpolator/linear" />
    </set>
    <objectAnimator
        android:duration="617"
        android:propertyName="rotation"
        android:valueFrom="-221"
        android:valueTo="0"
        android:interpolator="@android:interpolator/fast_out_slow_in" />
</set>
+15 −16
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 The Android Open Source Project
     Copyright (C) 2017 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -14,41 +14,40 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<set
    xmlns:android="http://schemas.android.com/apk/res/android" >
    <set
        android:ordering="sequentially" >
        <objectAnimator
            android:duration="117"
            android:duration="116"
            android:propertyName="scaleX"
            android:valueFrom="1"
            android:valueTo="1"
            android:valueFrom="1.0"
            android:valueTo="1.0"
            android:valueType="floatType"
            android:interpolator="@android:interpolator/linear" />
        <objectAnimator
            android:duration="333"
            android:propertyName="scaleX"
            android:valueFrom="1"
            android:valueFrom="1.0"
            android:valueTo="0.9"
            android:valueType="floatType"
            android:interpolator="@android:interpolator/linear" />
    </set>
    <set
        android:ordering="sequentially" >
        <objectAnimator
            android:duration="117"
            android:duration="116"
            android:propertyName="scaleY"
            android:valueFrom="1"
            android:valueTo="1"
            android:valueFrom="1.0"
            android:valueTo="1.0"
            android:valueType="floatType"
            android:interpolator="@android:interpolator/linear" />
        <objectAnimator
            android:duration="333"
            android:propertyName="scaleY"
            android:valueFrom="1"
            android:valueFrom="1.0"
            android:valueTo="0.9"
            android:valueType="floatType"
            android:interpolator="@android:interpolator/linear" />
    </set>
    <objectAnimator
        android:duration="617"
        android:propertyName="rotation"
        android:valueFrom="0"
        android:valueTo="-221"
        android:interpolator="@android:interpolator/fast_out_slow_in" />
</set>
+26 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 The Android Open Source Project
     Copyright (C) 2017 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -14,20 +14,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<set
        android:ordering="sequentially" >
    xmlns:android="http://schemas.android.com/apk/res/android" >
    <objectAnimator
            android:duration="50"
            android:propertyName="fillAlpha"
            android:valueFrom="0"
            android:valueTo="0"
            android:interpolator="@android:interpolator/linear" />
        <objectAnimator
            android:duration="83"
            android:propertyName="fillAlpha"
            android:valueFrom="0"
            android:valueTo="1"
            android:interpolator="@android:interpolator/linear" />
    </set>
        android:duration="616"
        android:propertyName="rotation"
        android:valueFrom="0.0"
        android:valueTo="-221.0"
        android:valueType="floatType"
        android:interpolator="@android:interpolator/fast_out_slow_in" />
</set>
+9 −6
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 The Android Open Source Project
     Copyright (C) 2017 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -14,20 +14,23 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<set
    xmlns:android="http://schemas.android.com/apk/res/android" >
    <set
        android:ordering="sequentially" >
        <objectAnimator
            android:duration="400"
            android:propertyName="fillAlpha"
            android:valueFrom="1"
            android:valueTo="1"
            android:valueFrom="1.0"
            android:valueTo="1.0"
            android:valueType="floatType"
            android:interpolator="@android:interpolator/linear" />
        <objectAnimator
            android:duration="83"
            android:propertyName="fillAlpha"
            android:valueFrom="1"
            android:valueTo="0"
            android:valueFrom="1.0"
            android:valueTo="0.0"
            android:valueType="floatType"
            android:interpolator="@android:interpolator/linear" />
    </set>
</set>
+6 −4
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 The Android Open Source Project
     Copyright (C) 2017 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -14,11 +14,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<set
    xmlns:android="http://schemas.android.com/apk/res/android" >
    <objectAnimator
        android:duration="400"
        android:propertyName="rotation"
        android:valueFrom="0"
        android:valueTo="-135"
        android:valueFrom="0.0"
        android:valueTo="-135.0"
        android:valueType="floatType"
        android:interpolator="@android:interpolator/fast_out_slow_in" />
</set>
Loading