Home
last modified time | relevance | path

Searched refs:SwipeAnimationListener (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DRecentsAnimationListenerSet.java25 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()
DSwipeAnimationTargetSet.java113 public interface SwipeAnimationListener { interface in SwipeAnimationTargetSet
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeSharedState.java27 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;
33 public class SwipeSharedState implements SwipeAnimationListener {
124 public void applyActiveRecentsAnimationState(SwipeAnimationListener listener) { in applyActiveRecentsAnimationState()
DWindowTransformSwipeHandler.java104 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;
120 implements SwipeAnimationListener, OnApplyWindowInsetsListener {
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DFallbackNoButtonInputConsumer.java57 import com.android.quickstep.util.SwipeAnimationTargetSet.SwipeAnimationListener;
63 public class FallbackNoButtonInputConsumer implements InputConsumer, SwipeAnimationListener {
DDeviceLockedInputConsumer.java56 SwipeAnimationTargetSet.SwipeAnimationListener {