Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRemoteAnimationProvider.java23 import com.android.launcher3.LauncherAnimationRunner;
24 import com.android.launcher3.LauncherAnimationRunner.RemoteAnimationFactory;
39 final LauncherAnimationRunner wrapper = new LauncherAnimationRunner( in toActivityOptions()
DSplitSelectStateController.java43 import com.android.launcher3.LauncherAnimationRunner;
44 import com.android.launcher3.LauncherAnimationRunner.RemoteAnimationFactory;
107 RemoteAnimationRunnerCompat initialSplitRunner = new LauncherAnimationRunner( in setSecondTaskId()
110 RemoteAnimationRunnerCompat secondarySplitRunner = new LauncherAnimationRunner( in setSecondTaskId()
209 LauncherAnimationRunner.AnimationResult result) { in onCreateAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsActivity.java50 import com.android.launcher3.LauncherAnimationRunner;
51 import com.android.launcher3.LauncherAnimationRunner.AnimationResult;
52 import com.android.launcher3.LauncherAnimationRunner.RemoteAnimationFactory;
226 final LauncherAnimationRunner wrapper = new LauncherAnimationRunner( in getActivityLaunchOptions()
372 LauncherAnimationRunner runner = new LauncherAnimationRunner( in startHomeInternal()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java58 public class LauncherAnimationRunner implements RemoteAnimationRunnerCompat { class
74 public LauncherAnimationRunner(Handler handler, RemoteAnimationFactory factory, in LauncherAnimationRunner() method in LauncherAnimationRunner
235 LauncherAnimationRunner.AnimationResult result); in onCreateAnimation()
DQuickstepTransitionManager.java83 import com.android.launcher3.LauncherAnimationRunner.RemoteAnimationFactory;
266 RemoteAnimationRunnerCompat runner = new LauncherAnimationRunner( in getActivityLaunchOptions()
1019 new LauncherAnimationRunner(mHandler, mWallpaperOpenRunner, in registerRemoteAnimations()
1028 new LauncherAnimationRunner( in registerRemoteAnimations()
1048 new LauncherAnimationRunner(mHandler, mWallpaperOpenTransitionRunner, in registerRemoteTransitions()
1280 LauncherAnimationRunner.AnimationResult result) { in onCreateAnimation()
1368 LauncherAnimationRunner.AnimationResult result) { in onCreateAnimation()