Home
last modified time | relevance | path

Searched defs:cujType (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInteractionJankMonitorWrapper.java34 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DInteractionJankMonitorUtils.java39 public static void beginTracing(@CujType int cujType, in beginTracing()
57 public static void beginTracing(@CujType int cujType, in beginTracing()
72 public static void endTracing(@CujType int cujType) { in endTracing()
81 public static void cancelTracing(@CujType int cujType) { in cancelTracing()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedDisplayAreaOrganizer.java331 void beginCUJTracing(@CujType int cujType, @Nullable String tag) { in beginCUJTracing()
343 void endCUJTracing(@CujType int cujType) { in endCUJTracing()
347 void cancelCUJTracing(@CujType int cujType) { in cancelCUJTracing()
/frameworks/base/core/java/com/android/internal/jank/
DInteractionJankMonitor.java303 public boolean isInstrumenting(@Cuj.CujType int cujType) { in isInstrumenting()
316 public boolean begin(View v, @Cuj.CujType int cujType) { in begin()
354 int cujType = conf.mCujType; in beginInternal() local
392 public boolean end(@Cuj.CujType int cujType) { in end()
431 public boolean cancel(@Cuj.CujType int cujType) { in cancel()
445 public boolean cancel(@Cuj.CujType int cujType, @Reasons int reason) { in cancel()
584 public static String getNameOfCuj(int cujType) { in getNameOfCuj()
DCuj.java355 public static String getNameOfCuj(int cujType) { in getNameOfCuj()
550 public static int getStatsdInteractionType(@CujType int cujType) { in getStatsdInteractionType()
555 public static boolean logToStatsd(@CujType int cujType) { in logToStatsd()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationRunner.java59 @CujType int cujType) { in BackAnimationRunner()
/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DInteractionJankMonitorTest.java151 final int cujType = Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE; in testSessionNameLengthLimit() local
/frameworks/base/core/java/android/view/inputmethod/
DImeTracker.java840 final int cujType = getImeInsetsCujFromAnimation(animType); in onRequestAnimation() local
861 final int cujType = getImeInsetsCujFromAnimation(animType); in onCancelAnimation() local
873 final int cujType = getImeInsetsCujFromAnimation(animType); in onFinishAnimation() local
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt280 private val cujType: Int? in activityController() constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt114 private val cujType: Int? constant in com.android.systemui.animation.GhostedViewTransitionAnimatorController
DDialogTransitionAnimator.kt501 data class DialogCuj(@CujType val cujType: Int, val tag: String? = null) constant in com.android.systemui.animation.DialogCuj