Home
last modified time | relevance | path

Searched refs:CujType (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInteractionJankMonitorWrapper.java59 public @interface CujType { annotation in InteractionJankMonitorWrapper
68 public static void begin(View v, @CujType int cujType) { in begin()
80 public static void begin(View v, @CujType int cujType, long timeout) { in begin()
93 public static void end(@CujType int cujType) { in end()
101 public static void cancel(@CujType int cujType) { in cancel()
/aosp12/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java290 public @interface CujType { annotation in InteractionJankMonitor
415 private void removeTimeout(@CujType int cujType) { in removeTimeout()
514 public boolean end(@CujType int cujType) { in end()
534 public boolean cancel(@CujType int cujType) { in cancel()
559 private FrameTracker getTracker(@CujType int cuj) { in getTracker()
563 private void removeTracker(@CujType int cuj) { in removeTracker()
708 private final @CujType int mCujType;
724 private @CujType int mAttrCujType;
752 private Builder(@CujType int cuj) { in Builder()
899 @CujType
[all …]