Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAnimatorControllerWithResistance.java162 if (recentsOrientedState.getContainerInterface().allowAllAppsFromOverview()) { in createForRecents()
164 recentsOrientedState.getContainerInterface().getCreatedContainer(); in createForRecents()
191 recentsOrientedState.getContainerInterface().getSwipeUpDestinationAndLength( in getAllAppsThreshold()
209 params.recentsOrientedState.getContainerInterface() in createRecentsResistanceAnim()
309 recentsOrientedState.getContainerInterface().allowAllAppsFromOverview() in RecentsParams()
316 recentsOrientedState.getContainerInterface().allowAllAppsFromOverview() in RecentsParams()
DRecentsOrientedState.java164 public BaseContainerInterface getContainerInterface() { in getContainerInterface() method in RecentsOrientedState
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskAnimationManager.java86 BaseContainerInterface containerInterface = mLastGestureState.getContainerInterface();
158 final BaseContainerInterface containerInterface = gestureState.getContainerInterface(); in startRecentsAnimation()
249 mLastGestureState.getContainerInterface(); in startRecentsAnimation()
422 BaseContainerInterface containerInterface = mLastGestureState.getContainerInterface(); in endLiveTile()
DTouchInteractionService.java922 boolean cancelGesture = mGestureState.getContainerInterface() != null
923 && mGestureState.getContainerInterface().shouldCancelCurrentGesture();
1240 boolean forceOverviewInputConsumer = gestureState.getContainerInterface().isStarted()
1264 gestureState.getContainerInterface().isResumed()
1274 if (gestureState.getContainerInterface().isInLiveTileMode()) {
1322 || gestureState.getContainerInterface().deferStartingActivity(mDeviceState, event);
1356 RecentsViewContainer container = gestureState.getContainerInterface().getCreatedContainer();
1367 boolean isInLiveTileMode = gestureState.getContainerInterface().isInLiveTileMode();
DSwipeUpAnimationLogic.java95 mTargetGluer = new RemoteTargetGluer(mContext, mGestureState.getContainerInterface()); in SwipeUpAnimationLogic()
106 mTransitionDragLength = mGestureState.getContainerInterface() in initTransitionEndpoints()
DGestureState.java274 BaseContainerInterface<S, T> getContainerInterface() { in getContainerInterface() method in GestureState
DAbsSwipeUpHandler.java356 mContainerInterface = gestureState.getContainerInterface(); in AbsSwipeUpHandler()
641 mGestureState.getContainerInterface().setOnDeferredActivityLaunchCallback( in onLauncherPresentAndGestureStarted()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DScreenPinnedInputConsumer.java47 RecentsViewContainer container = gestureState.getContainerInterface() in ScreenPinnedInputConsumer()
DOverviewInputConsumer.java65 mContainerInterface = gestureState.getContainerInterface(); in OverviewInputConsumer()
DAssistantInputConsumer.java109 mContainerInterface = gestureState.getContainerInterface(); in AssistantInputConsumer()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaskAnimationManagerTest.java68 doReturn(activityInterface).when(gestureState).getContainerInterface(); in startRecentsActivity_allowBackgroundLaunch()