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

Commit 512c0be2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Wrap the lottie views and trace whenever it invalidates" into udc-dev...

Merge "Wrap the lottie views and trace whenever it invalidates" into udc-dev am: ddb03a45 am: 1fa46ed5

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



Change-Id: I223aa2f05aa49e548cad7939860ce8aa33dd7a99
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9fbd5d3d 1fa46ed5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
        app:cardCornerRadius="28dp"
        app:cardBackgroundColor="@color/rear_display_overlay_animation_background_color">

            <com.airbnb.lottie.LottieAnimationView
            <com.android.systemui.reardisplay.RearDisplayEducationLottieViewWrapper
                android:id="@+id/rear_display_folded_animation"
                android:importantForAccessibility="no"
                android:layout_width="@dimen/rear_display_animation_width"
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        app:cardCornerRadius="28dp"
        app:cardBackgroundColor="@color/rear_display_overlay_animation_background_color">

        <com.airbnb.lottie.LottieAnimationView
        <com.android.systemui.reardisplay.RearDisplayEducationLottieViewWrapper
            android:id="@+id/rear_display_folded_animation"
            android:importantForAccessibility="no"
            android:layout_width="@dimen/rear_display_animation_width_opened"
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@

        <include layout="@layout/auth_biometric_icon"/>

        <com.airbnb.lottie.LottieAnimationView
        <com.android.systemui.biometrics.BiometricPromptLottieViewWrapper
            android:id="@+id/biometric_icon_overlay"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
        android:layout_height="wrap_content"
        android:layout_gravity="center">

        <com.airbnb.lottie.LottieAnimationView
        <com.android.systemui.biometrics.BiometricPromptLottieViewWrapper
            android:id="@+id/biometric_icon"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
@@ -68,7 +68,7 @@
            android:contentDescription="@null"
            android:scaleType="fitXY" />

        <com.airbnb.lottie.LottieAnimationView
        <com.android.systemui.biometrics.BiometricPromptLottieViewWrapper
            android:id="@+id/biometric_icon_overlay"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<com.airbnb.lottie.LottieAnimationView
<com.android.systemui.biometrics.SideFpsLottieViewWrapper
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/sidefps_animation"
Loading