Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationRunner.java33 import com.android.wm.shell.common.InteractionJankMonitorUtils;
94 InteractionJankMonitorUtils.endTracing(mCujType); in startAnimation()
101 InteractionJankMonitorUtils.beginTracing( in startAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DInteractionJankMonitorUtils.java30 public class InteractionJankMonitorUtils { class
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java70 import com.android.wm.shell.common.InteractionJankMonitorUtils;
572 InteractionJankMonitorUtils.beginTracing(CUJ_SPLIT_SCREEN_RESIZE, mContext, in onStartDragging()
577 InteractionJankMonitorUtils.cancelTracing(CUJ_SPLIT_SCREEN_RESIZE); in onDraggingCancelled()
641 InteractionJankMonitorUtils.endTracing( in flingDividerPosition()
664 InteractionJankMonitorUtils.endTracing( in flingDividerPosition()
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()