Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java503 public void scheduleTimeoutAction(@CujType int cuj, long timeout, Runnable action) { in scheduleTimeoutAction()
559 private FrameTracker getTracker(@CujType int cuj) { in getTracker()
563 private void removeTracker(@CujType int cuj) { in removeTracker()
733 public static Builder withSurface(@CujType int cuj, @NonNull Context context, in withSurface()
747 public static Builder withView(@CujType int cuj, @NonNull View view) { in withView()
752 private Builder(@CujType int cuj) { in Builder()
826 private Configuration(@CujType int cuj, View view, String tag, long timeout, in Configuration()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardInputView.java65 protected AnimatorListenerAdapter getAnimationListener(int cuj) { in getAnimationListener()
H A DKeyguardSecurityContainer.java588 private void beginJankInstrument(int cuj) { in beginJankInstrument()
594 private void endJankInstrument(int cuj) { in endJankInstrument()
598 private void cancelJankInstrument(int cuj) { in cancelJankInstrument()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
H A DFrameTrackerTest.java108 private FrameTracker spyFrameTracker(int cuj, String postfix, boolean surfaceOnly) { in spyFrameTracker()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java1405 private void beginJankMonitoring(int cuj) { in beginJankMonitoring()
1412 private void endJankMonitoring(int cuj) { in endJankMonitoring()
1416 private void cancelJankMonitoring(int cuj) { in cancelJankMonitoring()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java1476 private void addCujInstrumentation(Animator anim, int cuj) { in addCujInstrumentation()