Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java148 private GroupedTaskView mLaunchingTaskView; field in SplitSelectStateController
571 mLaunchingTaskView = groupedTaskView; in launchExistingSplitPair()
764 boolean shouldLaunchFromTaskView = mLaunchingTaskView != null in startAnimation()
765 && mLaunchingTaskView.getRecentsView() != null in startAnimation()
766 && mLaunchingTaskView.getRecentsView().isTaskViewVisible( in startAnimation()
767 mLaunchingTaskView); in startAnimation()
769 shouldLaunchFromTaskView ? mLaunchingTaskView : null, in startAnimation()
829 () -> mSplitAnimationController.playSplitLaunchAnimation(mLaunchingTaskView, in onAnimationStart()
864 mLaunchingTaskView = null; in resetState()