Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationCallbacks.java53 com.android.systemui.shared.system.RecentsAnimationListener {
55 private final Set<RecentsAnimationListener> mListeners = new ArraySet<>();
71 public void addListener(RecentsAnimationListener listener) { in addListener()
77 public void removeListener(RecentsAnimationListener listener) { in removeListener()
152 for (RecentsAnimationListener listener : getListeners()) { in onAnimationStart()
166 for (RecentsAnimationListener listener : getListeners()) { in onAnimationCanceled()
178 for (RecentsAnimationListener listener : getListeners()) { in onTasksAppeared()
188 for (RecentsAnimationListener listener : getListeners()) { in onSwitchToScreenshot()
201 for (RecentsAnimationListener listener : getListeners()) { in onAnimationFinished()
207 private RecentsAnimationListener[] getListeners() { in getListeners()
[all …]
DOverviewCommandHelper.java47 import com.android.quickstep.RecentsAnimationCallbacks.RecentsAnimationListener;
354 RecentsAnimationListener recentAnimListener = new RecentsAnimationListener() { in executeCommand()
509 void removeListener(RecentsAnimationListener listener) { in removeListener()
DTaskAnimationManager.java60 public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAnimationListener {
134 Intent intent, RecentsAnimationCallbacks.RecentsAnimationListener listener) { in startRecentsAnimation()
163 mCallbacks.addListener(new RecentsAnimationCallbacks.RecentsAnimationListener() { in startRecentsAnimation()
477 RecentsAnimationCallbacks.RecentsAnimationListener listener) { in notifyRecentsAnimationState()
DGestureState.java60 public class GestureState implements RecentsAnimationCallbacks.RecentsAnimationListener {
DSwipeUpAnimationLogic.java60 RecentsAnimationCallbacks.RecentsAnimationListener{
DSystemUiProxy.java77 import com.android.systemui.shared.system.RecentsAnimationListener;
1539 RecentsAnimationListener listener) { in startRecentsActivity()
DAbsSwipeUpHandler.java172 RecentsAnimationCallbacks.RecentsAnimationListener {
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaskAnimationManagerTest.java66 final RecentsAnimationCallbacks.RecentsAnimationListener listener = in startRecentsActivity_allowBackgroundLaunch()
67 mock(RecentsAnimationCallbacks.RecentsAnimationListener.class); in startRecentsActivity_allowBackgroundLaunch()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DProgressDelegateInputConsumer.java54 RecentsAnimationCallbacks.RecentsAnimationListener,
DDeviceLockedInputConsumer.java70 RecentsAnimationCallbacks.RecentsAnimationListener, BuilderProxy {
DOtherActivityInputConsumer.java534 implements RecentsAnimationCallbacks.RecentsAnimationListener {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitWithKeyboardShortcutController.java109 RecentsAnimationCallbacks.RecentsAnimationListener {
DSplitSelectStateController.java1026 RecentsAnimationCallbacks.RecentsAnimationListener {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarLauncherStateController.java771 RecentsAnimationCallbacks.RecentsAnimationListener {