Searched refs:INVOCATION_TYPE_GESTURE (Results 1 – 4 of 4) sorted by relevance
76 AssistManager.INVOCATION_TYPE_GESTURE ->99 AssistManager.INVOCATION_TYPE_GESTURE ->
115 public static final int INVOCATION_TYPE_GESTURE = field in AssistManager116 AssistUtils.INVOCATION_TYPE_GESTURE;215 onInvocationProgress(INVOCATION_TYPE_GESTURE, progress); in AssistManager()
20 import static com.android.systemui.assist.AssistManager.INVOCATION_TYPE_GESTURE;131 animateInvocationCompletion(AssistManager.INVOCATION_TYPE_GESTURE, velocity); in onGestureCompletion()132 logInvocationProgressMetrics(INVOCATION_TYPE_GESTURE, 1, mInvocationInProgress); in onGestureCompletion()
49 public static final int INVOCATION_TYPE_GESTURE = 1; field in AssistUtils