Searched refs:mActiveAnimationFactory (Results 1 – 1 of 1) sorted by relevance
95 private FallbackHomeAnimationFactory mActiveAnimationFactory; field in FallbackSwipeHandler155 mActiveAnimationFactory = new FallbackHomeAnimationFactory(duration); in createHomeAnimationFactory()156 startHomeIntent(mActiveAnimationFactory, runningTaskTarget, "FallbackSwipeHandler-home"); in createHomeAnimationFactory()157 return mActiveAnimationFactory; in createHomeAnimationFactory()174 if (mActiveAnimationFactory != null in handleTaskAppeared()175 && mActiveAnimationFactory.handleHomeTaskAppeared(appearedTaskTarget)) { in handleTaskAppeared()176 mActiveAnimationFactory = null; in handleTaskAppeared()