Home
last modified time | relevance | path

Searched refs:CUJ_SPLASHSCREEN_AVD (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/jank/
DCuj.java71 public static final int CUJ_SPLASHSCREEN_AVD = 38; field in Cuj
183 CUJ_SPLASHSCREEN_AVD,
288 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_SPLASHSCREEN_AVD] = FrameworkStatsLog.UIINTERACTION_FRAME_INFO_…
434 case CUJ_SPLASHSCREEN_AVD: in getNameOfCuj()
DInteractionJankMonitor.java142 @Deprecated public static final int CUJ_SPLASHSCREEN_AVD = Cuj.CUJ_SPLASHSCREEN_AVD; field in InteractionJankMonitor
/frameworks/base/core/java/android/window/
DSplashScreenView.java20 import static com.android.internal.jank.InteractionJankMonitor.CUJ_SPLASHSCREEN_AVD;
500 InteractionJankMonitor.getInstance().cancel(CUJ_SPLASHSCREEN_AVD); in initIconAnimation()
505 InteractionJankMonitor.getInstance().end(CUJ_SPLASHSCREEN_AVD); in initIconAnimation()
511 SplashScreenView.this, CUJ_SPLASHSCREEN_AVD); in initIconAnimation()