Searched defs:cujType (Results 1 – 12 of 12) sorted by relevance
34 public static void begin(View v, @Cuj.CujType int cujType) { in begin()46 public static void begin(View v, @Cuj.CujType int cujType, long timeout) { in begin()61 public static void begin(View v, @Cuj.CujType int cujType, String tag) { in begin()76 public static void end(@Cuj.CujType int cujType) { in end()84 public static void cancel(@Cuj.CujType int cujType) { in cancel()90 public static boolean isInstrumenting(@Cuj.CujType int cujType) { in isInstrumenting()
308 public boolean isInstrumenting(@Cuj.CujType int cujType) { in isInstrumenting()321 public boolean begin(View v, @Cuj.CujType int cujType) { in begin()339 @Cuj.CujType int cujType) { in begin()358 @Cuj.CujType int cujType, in begin()403 int cujType = conf.mCujType; in beginInternal() local448 public boolean end(@Cuj.CujType int cujType) { in end()487 public boolean cancel(@Cuj.CujType int cujType) { in cancel()501 public boolean cancel(@Cuj.CujType int cujType, @Reasons int reason) { in cancel()644 public static String getNameOfCuj(int cujType) { in getNameOfCuj()
602 public static String getNameOfCuj(int cujType) { in getNameOfCuj()851 public static int getStatsdInteractionType(@CujType int cujType) { in getStatsdInteractionType()856 public static boolean logToStatsd(@CujType int cujType) { in logToStatsd()
337 void beginCUJTracing(@CujType int cujType, @Nullable String tag) { in beginCUJTracing()349 void endCUJTracing(@CujType int cujType) { in endCUJTracing()353 void cancelCUJTracing(@CujType int cujType) { in cancelCUJTracing()
173 final int cujType = Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE; in testSessionNameLengthLimit() local
73 var cujType: Int? = null, in onNotificationBubbleIconClicked() variable in com.android.systemui.statusbar.notification.NotificationActivityStarter.SettingsIntent
66 @CujType int cujType, in BackAnimationRunner()
969 final int cujType = getImeInsetsCujFromAnimation(animType); in onRequestAnimation() local991 final int cujType = getImeInsetsCujFromAnimation(animType); in onCancelAnimation() local1003 final int cujType = getImeInsetsCujFromAnimation(animType); in onFinishAnimation() local
223 private InteractionJankMonitor.Configuration.Builder createLongTimeoutJankConfigBuilder( in createLongTimeoutJankConfigBuilder()
346 private val cujType: Int? in activityController() constant
134 private val cujType: Int? constant
494 data class DialogCuj(@CujType val cujType: Int, val tag: String? = null) constant in com.android.systemui.animation.DialogCuj