Searched refs:onInvocationProgress (Results 1 – 3 of 3) sorted by relevance
75 void onInvocationProgress(int type, float progress); in onInvocationProgress() method226 onInvocationProgress(INVOCATION_TYPE_GESTURE, progress); in AssistManager()351 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in AssistManager352 mUiController.onInvocationProgress(type, progress); in onInvocationProgress()
113 public void onInvocationProgress(int type, float progress) { in onInvocationProgress() method in DefaultUiController198 mInvocationLightsView.onInvocationProgress( in setProgressInternal()
124 public void onInvocationProgress(float progress) { in onInvocationProgress() method in InvocationLightsView