Searched defs:cuj (Results 1 – 8 of 8) sorted by relevance
707 public void scheduleTimeoutAction(@CujType int cuj, long timeout, Runnable action) { in scheduleTimeoutAction()808 private void putTracker(@CujType int cuj, @NonNull FrameTracker tracker) { in putTracker()821 private FrameTracker getTracker(@CujType int cuj) { in getTracker()828 private void removeTracker(@CujType int cuj, int reason) { in removeTracker()1140 public static Builder withSurface(@CujType int cuj, @NonNull Context context, in withSurface()1154 public static Builder withView(@CujType int cuj, @NonNull View view) { in withView()1159 private Builder(@CujType int cuj) { in Builder()1244 private Configuration(@CujType int cuj, View view, String tag, long timeout, in Configuration()
135 public static InteractionJankMonitor.Configuration.Builder withView( in withView()
29 override val cuj: DialogCuj?, constant in com.android.systemui.animation.ViewDialogLaunchAnimatorController
92 val cuj: DialogCuj? in <lambda>() constant577 val cuj = controller.cuj in start() constant
67 protected AnimatorListenerAdapter getAnimationListener(int cuj) { in getAnimationListener()
615 private void beginJankInstrument(int cuj) { in beginJankInstrument()621 private void endJankInstrument(int cuj) { in endJankInstrument()625 private void cancelJankInstrument(int cuj) { in cancelJankInstrument()
119 private FrameTracker spyFrameTracker(int cuj, String postfix, boolean surfaceOnly) { in spyFrameTracker()
279 override val cuj: DialogCuj? = cuj in dialogController() constant