Searched refs:CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/ |
D | SceneContainerTransitions.kt | 96 cuj = Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE, // NOTYPO in build() 104 cuj = Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE, // NOTYPO in build() 138 cuj = Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE, // NOTYPO in build() 146 cuj = Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE, // NOTYPO in build() 157 cuj = Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE, // NOTYPO in build() 215 cuj = Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE, // NOTYPO in build() 238 cuj = Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE, // NOTYPO in build() 262 cuj = Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE, // NOTYPO in build()
|
/frameworks/base/core/java/com/android/internal/jank/ |
D | Cuj.java | 38 public static final int CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE = 5; field in Cuj 344 CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE, 475 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE] = FrameworkStatsLog.UIIN… 615 case CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE: in getNameOfCuj()
|
D | InteractionJankMonitor.java | 119 …recated public static final int CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE = Cuj.CUJ_NOTIFICATION_S… field in InteractionJankMonitor
|
/frameworks/base/core/tests/coretests/src/com/android/internal/jank/ |
D | CujTest.java | 64 Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 2383 monitor.begin(mPanelView, Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE); in traceQsJank() 2386 monitor.cancel(Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE); in traceQsJank() 2388 monitor.end(Cuj.CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE); in traceQsJank()
|