Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DFallbackActivityControllerHelper.java61 public void onRemoteAnimationReceived(RemoteAnimationTargetSet targets) { in prepareRecentsUI() method
DAppToOverviewAnimationProvider.java87 factory.onRemoteAnimationReceived(null); in onActivityReady()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DActivityControlHelper.java122 default void onRemoteAnimationReceived(RemoteAnimationTargetSet targets) { } in onRemoteAnimationReceived() method
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DAppToOverviewAnimationProvider.java82 factory.onRemoteAnimationReceived(null); in onActivityReady()
DFallbackActivityControllerHelper.java138 public void onRemoteAnimationReceived(RemoteAnimationTargetSet targets) {
DWindowTransformSwipeHandler.java557 mAnimationFactory.onRemoteAnimationReceived(mRecentsAnimationWrapper.targetSet); in sendRemoteAnimationsToAnimationFactory()