Home
last modified time | relevance | path

Searched refs:CUJ_NOTIFICATION_SHADE_SCROLL_FLING (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/jank/
DCuj.java35 public static final int CUJ_NOTIFICATION_SHADE_SCROLL_FLING = 2; field in Cuj
341 CUJ_NOTIFICATION_SHADE_SCROLL_FLING,
472 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_NOTIFICATION_SHADE_SCROLL_FLING] = FrameworkStatsLog.UIINTERACT…
609 case CUJ_NOTIFICATION_SHADE_SCROLL_FLING: in getNameOfCuj()
DInteractionJankMonitor.java116 …@Deprecated public static final int CUJ_NOTIFICATION_SHADE_SCROLL_FLING = Cuj.CUJ_NOTIFICATION_SHA… field in InteractionJankMonitor
/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DCujTest.java71 Map.entry(Cuj.CUJ_NOTIFICATION_SHADE_SCROLL_FLING, getEnumName("SHADE_SCROLL_FLING"))
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt100 import com.android.internal.jank.InteractionJankMonitor.CUJ_NOTIFICATION_SHADE_SCROLL_FLING in <lambda>()
494 jankMonitor.begin(composeViewRoot, CUJ_NOTIFICATION_SHADE_SCROLL_FLING) in ContentScope()
498 jankMonitor.end(CUJ_NOTIFICATION_SHADE_SCROLL_FLING) in ContentScope()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java23 import static com.android.internal.jank.InteractionJankMonitor.CUJ_NOTIFICATION_SHADE_SCROLL_FLING;
2097 mJankMonitor.begin(mView, CUJ_NOTIFICATION_SHADE_SCROLL_FLING);
2192 mJankMonitor.begin(mView, CUJ_NOTIFICATION_SHADE_SCROLL_FLING);
2197 mJankMonitor.end(CUJ_NOTIFICATION_SHADE_SCROLL_FLING);
2202 mJankMonitor.cancel(CUJ_NOTIFICATION_SHADE_SCROLL_FLING);
DNotificationStackScrollLayout.java25 import static com.android.internal.jank.InteractionJankMonitor.CUJ_NOTIFICATION_SHADE_SCROLL_FLING;
3880 .end(CUJ_NOTIFICATION_SHADE_SCROLL_FLING); in onScrollTouch()