Home
last modified time | relevance | path

Searched refs:CUJ_VOLUME_CONTROL (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dialog/ui/utils/
DJankListenerFactory.kt51 Cuj.CUJ_VOLUME_CONTROL, in <lambda>()
58 interactionJankMonitor.cancel(Cuj.CUJ_VOLUME_CONTROL) in <lambda>()
60 interactionJankMonitor.end(Cuj.CUJ_VOLUME_CONTROL) in <lambda>()
/frameworks/base/core/java/com/android/internal/jank/
DCuj.java88 public static final int CUJ_VOLUME_CONTROL = 55; field in Cuj
394 CUJ_VOLUME_CONTROL,
525 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_VOLUME_CONTROL] = FrameworkStatsLog.UIINTERACTION_FRAME_INFO_RE…
715 case CUJ_VOLUME_CONTROL: in getNameOfCuj()
DInteractionJankMonitor.java155 @Deprecated public static final int CUJ_VOLUME_CONTROL = Cuj.CUJ_VOLUME_CONTROL; field in InteractionJankMonitor
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java34 import static com.android.internal.jank.InteractionJankMonitor.CUJ_VOLUME_CONTROL;
1495 mInteractionJankMonitor.begin(Builder.withView(CUJ_VOLUME_CONTROL, v).setTag(type) in getJankListener()
1501 mInteractionJankMonitor.end(CUJ_VOLUME_CONTROL); in getJankListener()
1506 mInteractionJankMonitor.cancel(CUJ_VOLUME_CONTROL); in getJankListener()