Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java60 private static final RemoteAnimationFactory DEFAULT_FACTORY =
66 private final WeakReference<RemoteAnimationFactory> mFactory;
74 public LauncherAnimationRunner(Handler handler, RemoteAnimationFactory factory, in LauncherAnimationRunner()
118 private RemoteAnimationFactory getFactory() { in getFactory()
119 RemoteAnimationFactory factory = mFactory.get(); in getFactory()
225 public interface RemoteAnimationFactory { interface in LauncherAnimationRunner
DQuickstepTransitionManager.java83 import com.android.launcher3.LauncherAnimationRunner.RemoteAnimationFactory;
202 private RemoteAnimationFactory mWallpaperOpenRunner;
203 private RemoteAnimationFactory mAppLaunchRunner;
204 private RemoteAnimationFactory mKeyguardGoingAwayRunner;
206 private RemoteAnimationFactory mWallpaperOpenTransitionRunner;
1098 RemoteAnimationFactory createWallpaperOpenRunner(boolean fromUnlock) { in createWallpaperOpenRunner()
1265 protected class WallpaperOpenLauncherAnimationRunner implements RemoteAnimationFactory {
1353 private class AppLaunchAnimationRunner implements RemoteAnimationFactory {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java44 import com.android.launcher3.LauncherAnimationRunner.RemoteAnimationFactory;
103 RemoteAnimationFactory initialSplitRunnerWrapped = new SplitLaunchAnimationRunner( in setSecondTaskId()
105 RemoteAnimationFactory secondarySplitRunnerWrapped = new SplitLaunchAnimationRunner( in setSecondTaskId()
194 private class SplitLaunchAnimationRunner implements RemoteAnimationFactory {
DRemoteAnimationProvider.java24 import com.android.launcher3.LauncherAnimationRunner.RemoteAnimationFactory;
31 RemoteAnimationFactory mAnimationRunner;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsActivity.java52 import com.android.launcher3.LauncherAnimationRunner.RemoteAnimationFactory;
111 private RemoteAnimationFactory mActivityLaunchAnimationRunner;
208 mActivityLaunchAnimationRunner = new RemoteAnimationFactory() { in getActivityLaunchOptions()
380 private final RemoteAnimationFactory mAnimationToHomeFactory =
381 new RemoteAnimationFactory() {