Searched defs:GestureState (Results 1 – 2 of 2) sorted by relevance
60 public class GestureState implements RecentsAnimationCallbacks.RecentsAnimationListener { class191 public GestureState(OverviewComponentObserver componentObserver, int gestureId) { in GestureState() method in GestureState200 public GestureState(GestureState other) { in GestureState() method in GestureState213 public GestureState() { in GestureState() method in GestureState
443 public void setSwipeUpProxy(Function<GestureState, AnimatedFloat> proxy) { in setSwipeUpProxy()