Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationCallbacks.java44 com.android.systemui.shared.system.RecentsAnimationListener {
46 private final Set<RecentsAnimationListener> mListeners = new ArraySet<>();
62 public void addListener(RecentsAnimationListener listener) { in addListener()
68 public void removeListener(RecentsAnimationListener listener) { in removeListener()
121 for (RecentsAnimationListener listener : getListeners()) { in onAnimationStart()
132 for (RecentsAnimationListener listener : getListeners()) { in onAnimationCanceled()
142 for (RecentsAnimationListener listener : getListeners()) { in onTasksAppeared()
150 for (RecentsAnimationListener listener : getListeners()) { in onAnimationFinished()
156 private RecentsAnimationListener[] getListeners() { in getListeners()
157 return mListeners.toArray(new RecentsAnimationListener[mListeners.size()]); in getListeners()
[all …]
H A DOverviewCommandHelper.java34 import com.android.quickstep.RecentsAnimationCallbacks.RecentsAnimationListener;
208 RecentsAnimationListener recentAnimListener = new RecentsAnimationListener() { in executeCommand()
292 void removeListener(RecentsAnimationListener listener) { in removeListener()
H A DTaskAnimationManager.java50 public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAnimationListener {
102 Intent intent, RecentsAnimationCallbacks.RecentsAnimationListener listener) { in startRecentsAnimation()
126 mCallbacks.addListener(new RecentsAnimationCallbacks.RecentsAnimationListener() { in startRecentsAnimation()
266 RecentsAnimationCallbacks.RecentsAnimationListener listener) { in notifyRecentsAnimationState()
H A DGestureState.java48 public class GestureState implements RecentsAnimationCallbacks.RecentsAnimationListener {
H A DSwipeUpAnimationLogic.java52 RecentsAnimationCallbacks.RecentsAnimationListener{
H A DAbsSwipeUpHandler.java138 RecentsAnimationCallbacks.RecentsAnimationListener {
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRecentsAnimationListener.java25 public interface RecentsAnimationListener { interface
H A DActivityManagerWrapper.java171 final RecentsAnimationListener animationHandler, final Consumer<Boolean> resultCallback, in startRecentsActivity()
188 Intent intent, long eventTime, RecentsAnimationListener animationHandler) { in startRecentsActivity()
H A DRemoteTransitionCompat.java112 public RemoteTransitionCompat(RecentsAnimationListener recents, in RemoteTransitionCompat()
230 RecentsAnimationListener recents) { in merge()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DProgressDelegateInputConsumer.java53 RecentsAnimationCallbacks.RecentsAnimationListener,
H A DDeviceLockedInputConsumer.java69 RecentsAnimationCallbacks.RecentsAnimationListener, BuilderProxy {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarLauncherStateController.java361 RecentsAnimationCallbacks.RecentsAnimationListener {