Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java79 void onInvocationProgress(int type, float progress); in onInvocationProgress() method
231 onInvocationProgress(INVOCATION_TYPE_GESTURE, progress); in AssistManager()
320 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in AssistManager
321 mUiController.onInvocationProgress(type, progress); in onInvocationProgress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DDefaultUiController.java105 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in DefaultUiController
203 mInvocationLightsView.onInvocationProgress( in setProgressInternal()
DInvocationLightsView.java123 public void onInvocationProgress(float progress) { in onInvocationProgress() method in InvocationLightsView