Searched refs:INVOCATION_TYPE_GESTURE (Results 1 – 5 of 5) sorted by relevance
20 import static com.android.systemui.assist.AssistManager.INVOCATION_TYPE_GESTURE;124 animateInvocationCompletion(AssistManager.INVOCATION_TYPE_GESTURE, velocity); in onGestureCompletion()125 logInvocationProgressMetrics(INVOCATION_TYPE_GESTURE, 1, mInvocationInProgress); in onGestureCompletion()
76 AssistManager.INVOCATION_TYPE_GESTURE ->99 AssistManager.INVOCATION_TYPE_GESTURE ->
95 public static final int INVOCATION_TYPE_GESTURE = field in AssistManager96 AssistUtils.INVOCATION_TYPE_GESTURE;158 onInvocationProgress(INVOCATION_TYPE_GESTURE, progress); in AssistManager()
27 import static com.android.internal.app.AssistUtils.INVOCATION_TYPE_GESTURE;249 args.putInt(INVOCATION_TYPE_KEY, INVOCATION_TYPE_GESTURE); in startAssistantInternal()
48 public static final int INVOCATION_TYPE_GESTURE = 1; field in AssistUtils