Home
last modified time | relevance | path

Searched refs:INVOCATION_TYPE_GESTURE (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DDefaultUiController.java20 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistantInvocationEvent.kt76 AssistManager.INVOCATION_TYPE_GESTURE ->
99 AssistManager.INVOCATION_TYPE_GESTURE ->
H A DAssistManager.java95 public static final int INVOCATION_TYPE_GESTURE = field in AssistManager
96 AssistUtils.INVOCATION_TYPE_GESTURE;
158 onInvocationProgress(INVOCATION_TYPE_GESTURE, progress); in AssistManager()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DAssistantInputConsumer.java27 import static com.android.internal.app.AssistUtils.INVOCATION_TYPE_GESTURE;
249 args.putInt(INVOCATION_TYPE_KEY, INVOCATION_TYPE_GESTURE); in startAssistantInternal()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java48 public static final int INVOCATION_TYPE_GESTURE = 1; field in AssistUtils