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