Searched refs:INTENT_EXTRA_LOG_TRACE_ID (Results 1 – 5 of 5) sorted by relevance
24 import static com.android.quickstep.util.ActiveGestureLog.INTENT_EXTRA_LOG_TRACE_ID;132 .putExtra(INTENT_EXTRA_LOG_TRACE_ID, mGestureState.getGestureId()); in onDragStart()
28 import static com.android.quickstep.util.ActiveGestureLog.INTENT_EXTRA_LOG_TRACE_ID;249 .putExtra(INTENT_EXTRA_LOG_TRACE_ID, mGestureState.getGestureId()); in startRecentsTransition()
32 import static com.android.quickstep.util.ActiveGestureLog.INTENT_EXTRA_LOG_TRACE_ID;405 intent.putExtra(INTENT_EXTRA_LOG_TRACE_ID, mGestureState.getGestureId()); in startTouchTrackingForWindowAnimation()
23 import static com.android.quickstep.util.ActiveGestureLog.INTENT_EXTRA_LOG_TRACE_ID;393 intent.putExtra(INTENT_EXTRA_LOG_TRACE_ID, gestureState.getGestureId()); in executeCommand()
46 public static final String INTENT_EXTRA_LOG_TRACE_ID = "INTENT_EXTRA_LOG_TRACE_ID"; field in ActiveGestureLog