Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/jank/
DCuj.java88 public static final int CUJ_VOLUME_CONTROL = 55; field in Cuj
200 CUJ_VOLUME_CONTROL,
305 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_VOLUME_CONTROL] = FrameworkStatsLog.UIINTERACTION_FRAME_INFO_RE…
468 case CUJ_VOLUME_CONTROL: in getNameOfCuj()
DInteractionJankMonitor.java154 @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.java35 import static com.android.internal.jank.InteractionJankMonitor.CUJ_VOLUME_CONTROL;
1481 mInteractionJankMonitor.begin(Builder.withView(CUJ_VOLUME_CONTROL, v).setTag(type) in getJankListener()
1487 mInteractionJankMonitor.end(CUJ_VOLUME_CONTROL); in getJankListener()
1492 mInteractionJankMonitor.cancel(CUJ_VOLUME_CONTROL); in getJankListener()