Searched refs:CujType (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | InteractionJankMonitorWrapper.java | 78 public @interface CujType { annotation in InteractionJankMonitorWrapper 87 public static void begin(View v, @CujType int cujType) { in begin() 99 public static void begin(View v, @CujType int cujType, long timeout) { in begin() 114 public static void begin(View v, @CujType int cujType, String tag) { in begin() 129 public static void end(@CujType int cujType) { in end() 137 public static void cancel(@CujType int cujType) { in cancel()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | InteractionJankMonitorUtils.java | 38 public static void beginTracing(@InteractionJankMonitor.CujType int cujType, in beginTracing() 56 public static void beginTracing(@InteractionJankMonitor.CujType int cujType, in beginTracing() 71 public static void endTracing(@InteractionJankMonitor.CujType int cujType) { in endTracing() 80 public static void cancelTracing(@InteractionJankMonitor.CujType int cujType) { in cancelTracing()
|
/frameworks/base/core/java/com/android/internal/jank/ |
D | InteractionJankMonitor.java | 412 public @interface CujType { annotation in InteractionJankMonitor 540 private void removeTimeout(@CujType int cujType) { in removeTimeout() 554 public boolean isInstrumenting(@CujType int cujType) { in isInstrumenting() 567 public boolean begin(View v, @CujType int cujType) { in begin() 624 public boolean shouldMonitor(@CujType int cujType) { in shouldMonitor() 644 public void scheduleTimeoutAction(@CujType int cuj, long timeout, Runnable action) { in scheduleTimeoutAction() 657 public boolean end(@CujType int cujType) { in end() 677 private boolean endInternal(@CujType int cujType) { in endInternal() 694 public boolean cancel(@CujType int cujType) { in cancel() 704 public boolean cancel(@CujType int cujType, @Reasons int reason) { in cancel() [all …]
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/ |
D | SettingsJankMonitorTest.java | 38 import com.android.internal.jank.InteractionJankMonitor.CujType; 136 @CujType int cuj, @NonNull View view) { in withView()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | OneHandedDisplayAreaOrganizer.java | 328 void beginCUJTracing(@InteractionJankMonitor.CujType int cujType, @Nullable String tag) { in beginCUJTracing() 340 void endCUJTracing(@InteractionJankMonitor.CujType int cujType) { in endCUJTracing() 344 void cancelCUJTracing(@InteractionJankMonitor.CujType int cujType) { in cancelCUJTracing()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | DialogLaunchAnimator.kt | 37 import com.android.internal.jank.InteractionJankMonitor.CujType in <lambda>() 492 data class DialogCuj(@CujType val cujType: Int, val tag: String? = null)
|