Searched refs:onInvocationProgress (Results 1 – 3 of 3) sorted by relevance
79 void onInvocationProgress(int type, float progress); in onInvocationProgress() method231 onInvocationProgress(INVOCATION_TYPE_GESTURE, progress); in AssistManager()320 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in AssistManager321 mUiController.onInvocationProgress(type, progress); in onInvocationProgress()
105 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in DefaultUiController203 mInvocationLightsView.onInvocationProgress( in setProgressInternal()
123 public void onInvocationProgress(float progress) { in onInvocationProgress() method in InvocationLightsView