Home
last modified time | relevance | path

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

/aosp14/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.java115 public static final int INVOCATION_TYPE_GESTURE = field in AssistManager
116 AssistUtils.INVOCATION_TYPE_GESTURE;
215 onInvocationProgress(INVOCATION_TYPE_GESTURE, progress); in AssistManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DDefaultUiController.java20 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()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java49 public static final int INVOCATION_TYPE_GESTURE = 1; field in AssistUtils