Searched defs:cujType (Results 1 – 7 of 7) sorted by relevance
38 public static void beginTracing(@InteractionJankMonitor.CujType int cujType, in beginTracing()56 public static void beginTracing(@InteractionJankMonitor.CujType int cujType, in beginTracing()71 public static void endTracing(@InteractionJankMonitor.CujType int cujType) { in endTracing()80 public static void cancelTracing(@InteractionJankMonitor.CujType int cujType) { in cancelTracing()
87 public static void begin(View v, @CujType int cujType) { in begin()99 public static void begin(View v, @CujType int cujType, long timeout) { in begin()114 public static void begin(View v, @CujType int cujType, String tag) { in begin()129 public static void end(@CujType int cujType) { in end()137 public static void cancel(@CujType int cujType) { in cancel()
540 private void removeTimeout(@CujType int cujType) { in removeTimeout()554 public boolean isInstrumenting(@CujType int cujType) { in isInstrumenting()567 public boolean begin(View v, @CujType int cujType) { in begin()601 int cujType = conf.mCujType; in beginInternal() local624 public boolean shouldMonitor(@CujType int cujType) { in shouldMonitor()657 public boolean end(@CujType int cujType) { in end()677 private boolean endInternal(@CujType int cujType) { in endInternal()694 public boolean cancel(@CujType int cujType) { in cancel()704 public boolean cancel(@CujType int cujType, @Reasons int reason) { in cancel()724 private boolean cancelInternal(@CujType int cujType, @Reasons int reason) { in cancelInternal()[all …]
328 void beginCUJTracing(@InteractionJankMonitor.CujType int cujType, @Nullable String tag) { in beginCUJTracing()340 void endCUJTracing(@InteractionJankMonitor.CujType int cujType) { in endCUJTracing()344 void cancelCUJTracing(@InteractionJankMonitor.CujType int cujType) { in cancelCUJTracing()
310 final int cujType = CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE; in testSessionNameLengthLimit() local
63 private val cujType: Int? = null, constant in com.android.systemui.animation.GhostedViewLaunchAnimatorController
492 data class DialogCuj(@CujType val cujType: Int, val tag: String? = null) constant in com.android.systemui.animation.DialogCuj