Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DGestureState.java60 public class GestureState implements RecentsAnimationCallbacks.RecentsAnimationListener { class
191 public GestureState(OverviewComponentObserver componentObserver, int gestureId) { in GestureState() method in GestureState
200 public GestureState(GestureState other) { in GestureState() method in GestureState
213 public GestureState() { in GestureState() method in GestureState
DTouchInteractionService.java443 public void setSwipeUpProxy(Function<GestureState, AnimatedFloat> proxy) { in setSwipeUpProxy()