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
190 public GestureState(OverviewComponentObserver componentObserver, int gestureId) { in GestureState() method in GestureState
199 public GestureState(GestureState other) { in GestureState() method in GestureState
212 public GestureState() { in GestureState() method in GestureState
DTouchInteractionService.java410 public void setSwipeUpProxy(Function<GestureState, AnimatedFloat> proxy) { in setSwipeUpProxy()