Home
last modified time | relevance | path

Searched defs:cujType (Results 1 – 12 of 12) 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/core/java/com/android/internal/jank/
DInteractionJankMonitor.java308 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() local
448 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()
DCuj.java602 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedDisplayAreaOrganizer.java337 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()
/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DInteractionJankMonitorTest.java173 final int cujType = Cuj.CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE; in testSessionNameLengthLimit() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationActivityStarter.kt73 var cujType: Int? = null, in onNotificationBubbleIconClicked() variable in com.android.systemui.statusbar.notification.NotificationActivityStarter.SettingsIntent
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationRunner.java66 @CujType int cujType, in BackAnimationRunner()
/frameworks/base/core/java/android/view/inputmethod/
DImeTracker.java969 final int cujType = getImeInsetsCujFromAnimation(animType); in onRequestAnimation() local
991 final int cujType = getImeInsetsCujFromAnimation(animType); in onCancelAnimation() local
1003 final int cujType = getImeInsetsCujFromAnimation(animType); in onFinishAnimation() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DVeiledResizeTaskPositioner.java223 private InteractionJankMonitor.Configuration.Builder createLongTimeoutJankConfigBuilder( in createLongTimeoutJankConfigBuilder()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt346 private val cujType: Int? in activityController() constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt134 private val cujType: Int? constant
DDialogTransitionAnimator.kt494 data class DialogCuj(@CujType val cujType: Int, val tag: String? = null) constant in com.android.systemui.animation.DialogCuj