Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/jank/
DCuj.java116 public static final int CUJ_SPLIT_SCREEN_DOUBLE_TAP_DIVIDER = 82; field in Cuj
219 CUJ_SPLIT_SCREEN_DOUBLE_TAP_DIVIDER,
324 …CUJ_TO_STATSD_INTERACTION_TYPE[CUJ_SPLIT_SCREEN_DOUBLE_TAP_DIVIDER] = FrameworkStatsLog.UIINTERACT…
506 case CUJ_SPLIT_SCREEN_DOUBLE_TAP_DIVIDER: in getNameOfCuj()
DInteractionJankMonitor.java164 …@Deprecated public static final int CUJ_SPLIT_SCREEN_DOUBLE_TAP_DIVIDER = Cuj.CUJ_SPLIT_SCREEN_DOU… field in InteractionJankMonitor
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java27 import static com.android.internal.jank.InteractionJankMonitor.CUJ_SPLIT_SCREEN_DOUBLE_TAP_DIVIDER;
710 InteractionJankMonitorUtils.beginTracing(CUJ_SPLIT_SCREEN_DOUBLE_TAP_DIVIDER, in splitSwitching()
719 InteractionJankMonitorUtils.endTracing(CUJ_SPLIT_SCREEN_DOUBLE_TAP_DIVIDER); in splitSwitching()
724 InteractionJankMonitorUtils.cancelTracing(CUJ_SPLIT_SCREEN_DOUBLE_TAP_DIVIDER); in splitSwitching()