Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DInteractionJankMonitorUtils.java38 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()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInteractionJankMonitorWrapper.java94 public static void begin(View v, @CujType int cujType) { in begin()
106 public static void begin(View v, @CujType int cujType, long timeout) { in begin()
121 public static void begin(View v, @CujType int cujType, String tag) { in begin()
136 public static void end(@CujType int cujType) { in end()
144 public static void cancel(@CujType int cujType) { in cancel()
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java599 private void removeTimeout(@CujType int cujType) { in removeTimeout()
613 public boolean isInstrumenting(@CujType int cujType) { in isInstrumenting()
626 public boolean begin(View v, @CujType int cujType) { in begin()
664 int cujType = conf.mCujType; in beginInternal() local
687 public boolean shouldMonitor(@CujType int cujType) { in shouldMonitor()
720 public boolean end(@CujType int cujType) { in end()
744 private boolean endInternal(@CujType int cujType) { in endInternal()
761 public boolean cancel(@CujType int cujType) { in cancel()
775 public boolean cancel(@CujType int cujType, @Reasons int reason) { in cancel()
938 public static String getNameOfCuj(int cujType) { in getNameOfCuj()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedDisplayAreaOrganizer.java330 void beginCUJTracing(@InteractionJankMonitor.CujType int cujType, @Nullable String tag) { in beginCUJTracing()
342 void endCUJTracing(@InteractionJankMonitor.CujType int cujType) { in endCUJTracing()
346 void cancelCUJTracing(@InteractionJankMonitor.CujType int cujType) { in cancelCUJTracing()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DImeTracker.java711 final int cujType = getImeInsetsCujFromAnimation(animType); in onRequestAnimation() local
732 final int cujType = getImeInsetsCujFromAnimation(animType); in onCancelAnimation() local
744 final int cujType = getImeInsetsCujFromAnimation(animType); in onFinishAnimation() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
H A DInteractionJankMonitorTest.java295 final int cujType = CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE; in testSessionNameLengthLimit() local