Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java256 private RemoteAnimationFactory mAppLaunchRunner; field in QuickstepTransitionManager
336 mAppLaunchRunner = new AppLaunchAnimationRunner(v, onEndCallback); in getActivityLaunchOptions()
342 mAppLaunchRunner = containerAnimationRunner; in getActivityLaunchOptions()
346 mHandler, mAppLaunchRunner, true /* startAtFrontOfQueue */); in getActivityLaunchOptions()
1202 mAppLaunchRunner = null; in unregisterRemoteAnimations()