Searched refs:onGestureCompletion (Results 1 – 2 of 2) sorted by relevance
77 void onGestureCompletion(float velocity); in onGestureCompletion() method180 onGestureCompletion(velocity); in AssistManager()280 public void onGestureCompletion(float velocity) { in onGestureCompletion() method in AssistManager281 mUiController.onGestureCompletion(velocity); in onGestureCompletion()
115 public void onGestureCompletion(float velocity) { in onGestureCompletion() method in DefaultUiController