Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java64 void onInvocationProgress(int type, float progress); in onInvocationProgress() method
232 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in AssistManager
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DDefaultUiController.java103 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in DefaultUiController
H A DInvocationLightsView.java123 public void onInvocationProgress(float progress) { in onInvocationProgress() method in InvocationLightsView