Searched defs:GestureState (Results 1 – 2 of 2) sorted by relevance
48 public class GestureState implements RecentsAnimationCallbacks.RecentsAnimationListener { class152 public GestureState(OverviewComponentObserver componentObserver, int gestureId) { in GestureState() method in GestureState160 public GestureState(GestureState other) { in GestureState() method in GestureState173 public GestureState() { in GestureState() method in GestureState
318 public void setSwipeUpProxy(Function<GestureState, AnimatedFloat> proxy) { in setSwipeUpProxy()