Home
last modified time | relevance | path

Searched refs:RecentsAnimationListener (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationCallbacks.java39 com.android.systemui.shared.system.RecentsAnimationListener {
41 private final Set<RecentsAnimationListener> mListeners = new ArraySet<>();
54 public void addListener(RecentsAnimationListener listener) { in addListener()
60 public void removeListener(RecentsAnimationListener listener) { in removeListener()
102 for (RecentsAnimationListener listener : getListeners()) { in onAnimationStart()
113 for (RecentsAnimationListener listener : getListeners()) { in onAnimationCanceled()
123 for (RecentsAnimationListener listener : getListeners()) { in onTaskAppeared()
131 for (RecentsAnimationListener listener : getListeners()) { in onAnimationFinished()
137 private RecentsAnimationListener[] getListeners() { in getListeners()
138 return mListeners.toArray(new RecentsAnimationListener[mListeners.size()]); in getListeners()
[all …]
DTaskAnimationManager.java34 public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAnimationListener {
57 Intent intent, RecentsAnimationCallbacks.RecentsAnimationListener listener) { in startRecentsAnimation()
73 mCallbacks.addListener(new RecentsAnimationCallbacks.RecentsAnimationListener() { in startRecentsAnimation()
159 RecentsAnimationCallbacks.RecentsAnimationListener listener) { in notifyRecentsAnimationState()
DGestureState.java41 public class GestureState implements RecentsAnimationCallbacks.RecentsAnimationListener {
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java39 import com.android.quickstep.RecentsAnimationCallbacks.RecentsAnimationListener;
59 extends SwipeUpAnimationLogic implements RecentsAnimationListener {
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java66 RecentsAnimationCallbacks.RecentsAnimationListener, BuilderProxy {