Home
last modified time | relevance | path

Searched defs:cujType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInteractionJankMonitorWrapper.java68 public static void begin(View v, @CujType int cujType) { in begin()
80 public static void begin(View v, @CujType int cujType, long timeout) { in begin()
94 public static void end(@CujType int cujType) { in end()
102 public static void cancel(@CujType int cujType) { in cancel()
/frameworks/base/core/java/com/android/internal/jank/
DInteractionJankMonitor.java368 private void removeTimeout(@CujType int cujType) { in removeTimeout()
385 public boolean begin(View v, @CujType int cujType) { in begin()
414 int cujType = conf.mCujType; in beginInternal() local
447 public boolean end(@CujType int cujType) { in end()
467 public boolean cancel(@CujType int cujType) { in cancel()
539 public static String getNameOfCuj(int cujType) { in getNameOfCuj()
723 public Session(@CujType int cujType, @NonNull String postfix) { in Session()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt39 private val cujType: Int? = null constant in com.android.systemui.animation.GhostedViewLaunchAnimatorController