Searched refs:SwipeSharedState (Results 1 – 7 of 7) sorted by relevance
20 import com.android.quickstep.SwipeSharedState;27 private final SwipeSharedState mSwipeSharedState;29 public ResetGestureInputConsumer(SwipeSharedState swipeSharedState) { in ResetGestureInputConsumer()
43 import com.android.quickstep.SwipeSharedState;75 private final SwipeSharedState mSwipeSharedState;93 public DeviceLockedInputConsumer(Context context, SwipeSharedState swipeSharedState, in DeviceLockedInputConsumer()
51 import com.android.quickstep.SwipeSharedState;75 private final SwipeSharedState mSwipeSharedState;108 SwipeSharedState swipeSharedState, RectF swipeTouchRegion, in FallbackNoButtonInputConsumer()
54 import com.android.quickstep.SwipeSharedState;91 private final SwipeSharedState mSwipeSharedState;135 SwipeSharedState swipeSharedState, InputMonitorCompat inputMonitorCompat, in OtherActivityInputConsumer()
228 private static final SwipeSharedState sSwipeSharedState = new SwipeSharedState();234 public static SwipeSharedState getSwipeSharedState() { in getSwipeSharedState()
33 public class SwipeSharedState implements SwipeAnimationListener { class
1285 public void cancelCurrentAnimation(SwipeSharedState sharedState) { in cancelCurrentAnimation()