Home
last modified time | relevance | path

Searched refs:CujType (Results 1 – 10 of 10) 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.java26 import com.android.internal.jank.Cuj.CujType;
39 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/core/java/com/android/internal/jank/
DInteractionJankMonitor.java284 @Cuj.CujType int cuj, FrameTracker tracker, String action, @Reasons int reason) { in handleCujEvents()
303 public boolean isInstrumenting(@Cuj.CujType int cujType) { in isInstrumenting()
316 public boolean begin(View v, @Cuj.CujType int cujType) { in begin()
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()
477 @Cuj.CujType int cuj, Supplier<RunningTracker> supplier) { in putTrackerIfNoCurrent()
497 private RunningTracker getTracker(@Cuj.CujType int cuj) { in getTracker()
515 private boolean removeTrackerIfCurrent(@Cuj.CujType int cuj, FrameTracker tracker, int reason) { in removeTrackerIfCurrent()
627 private final @Cuj.CujType int mCujType;
[all …]
DCuj.java240 public @interface CujType { annotation in Cuj
550 public static int getStatsdInteractionType(@CujType int cujType) { in getStatsdInteractionType()
555 public static boolean logToStatsd(@CujType int cujType) { in logToStatsd()
DInteractionMonitorDebugOverlay.java154 void onTrackerRemoved(@Cuj.CujType int removedCuj, @Reasons int reason, in onTrackerRemoved()
196 void onTrackerAdded(@Cuj.CujType int addedCuj, InteractionJankMonitor.RunningTracker tracker) { in onTrackerAdded()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationRunner.java32 import com.android.internal.jank.Cuj.CujType;
46 private final @CujType int mCujType;
59 @CujType int cujType) { in BackAnimationRunner()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedDisplayAreaOrganizer.java40 import com.android.internal.jank.Cuj.CujType;
331 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/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/
DSettingsJankMonitorTest.java37 import com.android.internal.jank.Cuj.CujType;
138 @CujType int cuj, @NonNull View view) { in withView()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogTransitionAnimator.kt36 import com.android.internal.jank.Cuj.CujType in <lambda>()
501 data class DialogCuj(@CujType val cujType: Int, val tag: String? = null)
DGhostedViewTransitionAnimatorController.kt37 import com.android.internal.jank.Cuj.CujType