Searched refs:SwipeAnimationListener (Results 1 – 6 of 6) sorted by relevance
25 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;47 private final Set<SwipeAnimationListener> mListeners = new ArraySet<>();61 public void addListener(SwipeAnimationListener listener) { in addListener()67 public void removeListener(SwipeAnimationListener listener) { in removeListener()85 for (SwipeAnimationListener listener : getListeners()) { in onAnimationStart()95 for (SwipeAnimationListener listener : getListeners()) { in onAnimationCanceled()106 private SwipeAnimationListener[] getListeners() { in getListeners()107 return mListeners.toArray(new SwipeAnimationListener[mListeners.size()]); in getListeners()
113 public interface SwipeAnimationListener { interface in SwipeAnimationTargetSet
27 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;33 public class SwipeSharedState implements SwipeAnimationListener {124 public void applyActiveRecentsAnimationState(SwipeAnimationListener listener) { in applyActiveRecentsAnimationState()
104 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;120 implements SwipeAnimationListener, OnApplyWindowInsetsListener {
57 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;63 public class FallbackNoButtonInputConsumer implements InputConsumer, SwipeAnimationListener {
56 SwipeAnimationTargetSet.SwipeAnimationListener {