Home
last modified time | relevance | path

Searched refs:WrappedLauncherAnimationRunner (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DWrappedLauncherAnimationRunner.java39 public class WrappedLauncherAnimationRunner<R extends WrappedAnimationRunnerImpl> class
43 public WrappedLauncherAnimationRunner(R animationRunnerImpl, boolean startAtFrontOfQueue) { in WrappedLauncherAnimationRunner() method in WrappedLauncherAnimationRunner
DQuickstepAppTransitionManagerImpl.java215 RemoteAnimationRunnerCompat runner = new WrappedLauncherAnimationRunner<>( in getActivityLaunchOptions()
663 new WrappedLauncherAnimationRunner<>(mWallpaperOpenRunner,
672 new WrappedLauncherAnimationRunner<>(mKeyguardGoingAwayRunner,
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRemoteAnimationProvider.java24 import com.android.launcher3.WrappedLauncherAnimationRunner;
46 final LauncherAnimationRunner wrapper = new WrappedLauncherAnimationRunner( in toActivityOptions()