Searched refs:RecentsAnimationListener (Results 1 – 12 of 12) sorted by relevance
44 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 …]
34 import com.android.quickstep.RecentsAnimationCallbacks.RecentsAnimationListener;208 RecentsAnimationListener recentAnimListener = new RecentsAnimationListener() { in executeCommand()292 void removeListener(RecentsAnimationListener listener) { in removeListener()
50 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()
48 public class GestureState implements RecentsAnimationCallbacks.RecentsAnimationListener {
52 RecentsAnimationCallbacks.RecentsAnimationListener{
138 RecentsAnimationCallbacks.RecentsAnimationListener {
25 public interface RecentsAnimationListener { interface
171 final RecentsAnimationListener animationHandler, final Consumer<Boolean> resultCallback, in startRecentsActivity()188 Intent intent, long eventTime, RecentsAnimationListener animationHandler) { in startRecentsActivity()
112 public RemoteTransitionCompat(RecentsAnimationListener recents, in RemoteTransitionCompat()230 RecentsAnimationListener recents) { in merge()
53 RecentsAnimationCallbacks.RecentsAnimationListener,
69 RecentsAnimationCallbacks.RecentsAnimationListener, BuilderProxy {
361 RecentsAnimationCallbacks.RecentsAnimationListener {