Searched refs:createGestureState (Results 1 – 2 of 2) sorted by relevance
543 GestureState newGestureState = createGestureState(mGestureState); in onInputEvent()552 mGestureState = createGestureState(mGestureState); in onInputEvent()617 public GestureState createGestureState(GestureState previousGestureState) { in createGestureState() method in TouchInteractionService
186 GestureState gestureState = mService.createGestureState(GestureState.DEFAULT_STATE); in executeCommand()