Searched refs:onGestureCompletion (Results 1 – 2 of 2) sorted by relevance
83 void onGestureCompletion(float velocity); in onGestureCompletion() method231 onGestureCompletion(velocity); in AssistManager()360 public void onGestureCompletion(float velocity) { in onGestureCompletion() method in AssistManager361 mUiController.onGestureCompletion(velocity); in onGestureCompletion()
133 public void onGestureCompletion(float velocity) { in onGestureCompletion() method in DefaultUiController