Home
last modified time | relevance | path

Searched refs:onInvocationProgress (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java72 void onInvocationProgress(int type, float progress); in onInvocationProgress() method
215 onInvocationProgress(INVOCATION_TYPE_GESTURE, progress); in AssistManager()
338 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in AssistManager
339 mUiController.onInvocationProgress(type, progress); in onInvocationProgress()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DDefaultUiController.java110 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in DefaultUiController
195 mInvocationLightsView.onInvocationProgress( in setProgressInternal()
H A DInvocationLightsView.java123 public void onInvocationProgress(float progress) { in onInvocationProgress() method in InvocationLightsView