Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskAnimationManager.java86 BaseContainerInterface containerInterface = mLastGestureState.getContainerInterface();
87 if (containerInterface.isInLiveTileMode()
88 && containerInterface.getCreatedContainer() != null) {
89 RecentsView recentsView = containerInterface.getCreatedContainer()
158 final BaseContainerInterface containerInterface = gestureState.getContainerInterface(); in startRecentsAnimation() local
161 getSystemUiProxy(), containerInterface.allowMinimizeSplitScreen()); in startRecentsAnimation()
248 BaseContainerInterface containerInterface = in startRecentsAnimation()
253 && containerInterface.getCreatedContainer() instanceof RecentsActivity in startRecentsAnimation()
259 containerInterface.getCreatedContainer().getOverviewPanel(); in startRecentsAnimation()
273 if ((containerInterface.isInLiveTileMode() in startRecentsAnimation()
[all …]
DRotationTouchHelper.java354 BaseContainerInterface containerInterface) { in onEndTargetCalculated() argument
361 containerInterface.onExitOverview(this, mExitOverviewRunnable); in onEndTargetCalculated()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java141 public RecentsOrientedState(Context context, BaseContainerInterface containerInterface, in RecentsOrientedState() argument
144 mContainerInterface = containerInterface; in RecentsOrientedState()