Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DWrappedLauncherAnimationRunner.java43 public WrappedLauncherAnimationRunner(R animationRunnerImpl, boolean startAtFrontOfQueue) { in WrappedLauncherAnimationRunner() argument
44 super(animationRunnerImpl.getHandler(), startAtFrontOfQueue); in WrappedLauncherAnimationRunner()
45 mImpl = new WeakReference<>(animationRunnerImpl); in WrappedLauncherAnimationRunner()
51 R animationRunnerImpl = mImpl.get(); in onCreateAnimation() local
52 if (animationRunnerImpl != null) { in onCreateAnimation()
53 animationRunnerImpl.onCreateAnimation(appTargets, wallpaperTargets, result); in onCreateAnimation()