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

Commit c96592e8 authored by Ahmed Mehfooz's avatar Ahmed Mehfooz Committed by Android (Google) Code Review
Browse files

Merge "Replace deprecated CUJ constants" into main

parents c7d1fb3a 9d70160e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
package com.android.systemui.statusbar.chips.call.ui.viewmodel

import android.view.View
import com.android.internal.jank.InteractionJankMonitor
import com.android.internal.jank.Cuj
import com.android.systemui.animation.ActivityTransitionAnimator
import com.android.systemui.common.shared.model.ContentDescription
import com.android.systemui.common.shared.model.Icon
@@ -128,7 +128,7 @@ constructor(
                state.intent,
                ActivityTransitionAnimator.Controller.fromView(
                    backgroundView,
                    InteractionJankMonitor.CUJ_STATUS_BAR_APP_LAUNCH_FROM_CALL_CHIP,
                    Cuj.CUJ_STATUS_BAR_APP_LAUNCH_FROM_CALL_CHIP,
                ),
            )
        }
@@ -145,7 +145,7 @@ constructor(
                    StatusBarChipsModernization.assertInNewMode()
                    val animationController =
                        expandable.activityTransitionController(
                            InteractionJankMonitor.CUJ_STATUS_BAR_APP_LAUNCH_FROM_CALL_CHIP
                            Cuj.CUJ_STATUS_BAR_APP_LAUNCH_FROM_CALL_CHIP
                        )
                    activityStarter.postStartActivityDismissingKeyguard(
                        state.intent,