Home
last modified time | relevance | path

Searched refs:CUJ_NOTIFICATION_APP_START (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/jank/
DCuj.java49 public static final int CUJ_NOTIFICATION_APP_START = 16; field in Cuj
161 CUJ_NOTIFICATION_APP_START,
266 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_APP_START] = FrameworkStatsLog.UIINTERACTION_FRAME…
390 case CUJ_NOTIFICATION_APP_START: in getNameOfCuj()
DInteractionJankMonitor.java124 @Deprecated public static final int CUJ_NOTIFICATION_APP_START = Cuj.CUJ_NOTIFICATION_APP_START; field in InteractionJankMonitor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt195 jankMonitor.begin(notification, InteractionJankMonitor.CUJ_NOTIFICATION_APP_START) in onTransitionAnimationStart()
202 jankMonitor.end(InteractionJankMonitor.CUJ_NOTIFICATION_APP_START) in onTransitionAnimationEnd()
/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DCujTest.java59 put(Cuj.CUJ_NOTIFICATION_APP_START, getEnumName("SHADE_APP_LAUNCH"));