Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInteractionJankMonitorWrapper.java85 public @interface CujType { annotation in InteractionJankMonitorWrapper
94 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/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/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java476 public @interface CujType { annotation in InteractionJankMonitor
599 private void removeTimeout(@CujType int cujType) { in removeTimeout()
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()
821 private FrameTracker getTracker(@CujType int cuj) { in getTracker()
1112 private final @CujType int mCujType;
1130 private @CujType int mAttrCujType;
1159 private Builder(@CujType int cuj) { in Builder()
1356 @CujType
[all …]
H A DInteractionMonitorDebugOverlay.java37 import com.android.internal.jank.InteractionJankMonitor.CujType;
152 void onTrackerRemoved(@CujType int removedCuj, @Reasons int reason, in onTrackerRemoved()
188 void onTrackerAdded(@CujType int addedCuj, FrameTracker tracker) { in onTrackerAdded()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/
H A DSettingsJankMonitorTest.java38 import com.android.internal.jank.InteractionJankMonitor.CujType;
136 @CujType int cuj, @NonNull View view) { in withView()
/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/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt37 import com.android.internal.jank.InteractionJankMonitor.CujType
492 data class DialogCuj(@CujType val cujType: Int, val tag: String? = null)