Searched defs:cuj (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/jank/ |
H A D | InteractionJankMonitor.java | 503 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 D | KeyguardInputView.java | 65 protected AnimatorListenerAdapter getAnimationListener(int cuj) { in getAnimationListener()
|
H A D | KeyguardSecurityContainer.java | 588 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 D | FrameTrackerTest.java | 108 private FrameTracker spyFrameTracker(int cuj, String postfix, boolean surfaceOnly) { in spyFrameTracker()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PanelViewController.java | 1405 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 D | QuickstepTransitionManager.java | 1476 private void addCujInstrumentation(Animator anim, int cuj) { in addCujInstrumentation()
|