Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
H A DInteractionJankMonitorTest.java29 … static com.android.internal.jank.InteractionJankMonitor.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE;
123 CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE, getEnumName("SHADE_QS_EXPAND_COLLAPSE")); in initialize()
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionJankMonitor.java198 public static final int CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE = 5; field in InteractionJankMonitor
292 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE] = UIINTERACTION_FRAME_IN…
403 CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE,
951 case CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE: in getNameOfCuj()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java22 … static com.android.internal.jank.InteractionJankMonitor.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE;
2338 mInteractionJankMonitor.begin(mPanelView, CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE); in traceQsJank()
2341 mInteractionJankMonitor.cancel(CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE); in traceQsJank()
2343 mInteractionJankMonitor.end(CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE); in traceQsJank()