Home
last modified time | relevance | path

Searched defs:newGestureState (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTouchInteractionService.java595 GestureState newGestureState = createGestureState(mGestureState); in onInputEvent() local
685 GestureState newGestureState, MotionEvent event) { in newConsumer()