Searched refs:onInvocationProgress (Results 1 – 3 of 3) sorted by relevance
69 void onInvocationProgress(int type, float progress); in onInvocationProgress() method175 onInvocationProgress(INVOCATION_TYPE_GESTURE, progress); in AssistManager()271 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in AssistManager272 mUiController.onInvocationProgress(type, progress); in onInvocationProgress()
94 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in DefaultUiController168 mInvocationLightsView.onInvocationProgress( in setProgressInternal()
121 public void onInvocationProgress(float progress) { in onInvocationProgress() method in InvocationLightsView