Home
last modified time | relevance | path

Searched defs:cuj (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/jank/
DInteractionJankMonitor.java644 public void scheduleTimeoutAction(@CujType int cuj, long timeout, Runnable action) { in scheduleTimeoutAction()
736 private void putTracker(@CujType int cuj, @NonNull FrameTracker tracker) { in putTracker()
742 private FrameTracker getTracker(@CujType int cuj) { in getTracker()
748 private void removeTracker(@CujType int cuj) { in removeTracker()
998 public static Builder withSurface(@CujType int cuj, @NonNull Context context, in withSurface()
1012 public static Builder withView(@CujType int cuj, @NonNull View view) { in withView()
1017 private Builder(@CujType int cuj) { in Builder()
1102 private Configuration(@CujType int cuj, View view, String tag, long timeout, in Configuration()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/
DSettingsJankMonitorTest.java135 public static InteractionJankMonitor.Configuration.Builder withView( in withView()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewDialogLaunchAnimatorController.kt29 override val cuj: DialogCuj?, constant in com.android.systemui.animation.ViewDialogLaunchAnimatorController
DDialogLaunchAnimator.kt92 val cuj: DialogCuj? in <lambda>() constant
577 val cuj = controller.cuj in start() constant
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardInputView.java61 protected AnimatorListenerAdapter getAnimationListener(int cuj) { in getAnimationListener()
DKeyguardSecurityContainer.java601 private void beginJankInstrument(int cuj) { in beginJankInstrument()
607 private void endJankInstrument(int cuj) { in endJankInstrument()
611 private void cancelJankInstrument(int cuj) { in cancelJankInstrument()
/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DFrameTrackerTest.java119 private FrameTracker spyFrameTracker(int cuj, String postfix, boolean surfaceOnly) { in spyFrameTracker()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt279 override val cuj: DialogCuj? = cuj in dialogController() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java2778 private Configuration.Builder createInteractionJankMonitorConf(int cuj) { in createInteractionJankMonitorConf()
2782 private Configuration.Builder createInteractionJankMonitorConf(int cuj, @Nullable String tag) { in createInteractionJankMonitorConf()