Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java248 public static final int CUJ_VOLUME_CONTROL = 55; field in InteractionJankMonitor
342 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_VOLUME_CONTROL] = UIINTERACTION_FRAME_INFO_REPORTED__INTERACTIO…
453 CUJ_VOLUME_CONTROL,
1051 case CUJ_VOLUME_CONTROL: in getNameOfCuj()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java35 import static com.android.internal.jank.InteractionJankMonitor.CUJ_VOLUME_CONTROL;
1444 mInteractionJankMonitor.begin(Builder.withView(CUJ_VOLUME_CONTROL, v).setTag(type) in getJankListener()
1450 mInteractionJankMonitor.end(CUJ_VOLUME_CONTROL); in getJankListener()
1455 mInteractionJankMonitor.cancel(CUJ_VOLUME_CONTROL); in getJankListener()