Searched refs:getContainerInterface (Results 1 – 11 of 11) sorted by relevance
162 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()
164 public BaseContainerInterface getContainerInterface() { in getContainerInterface() method in RecentsOrientedState
86 BaseContainerInterface containerInterface = mLastGestureState.getContainerInterface();158 final BaseContainerInterface containerInterface = gestureState.getContainerInterface(); in startRecentsAnimation()249 mLastGestureState.getContainerInterface(); in startRecentsAnimation()422 BaseContainerInterface containerInterface = mLastGestureState.getContainerInterface(); in endLiveTile()
922 boolean cancelGesture = mGestureState.getContainerInterface() != null923 && 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();
95 mTargetGluer = new RemoteTargetGluer(mContext, mGestureState.getContainerInterface()); in SwipeUpAnimationLogic()106 mTransitionDragLength = mGestureState.getContainerInterface() in initTransitionEndpoints()
274 BaseContainerInterface<S, T> getContainerInterface() { in getContainerInterface() method in GestureState
356 mContainerInterface = gestureState.getContainerInterface(); in AbsSwipeUpHandler()641 mGestureState.getContainerInterface().setOnDeferredActivityLaunchCallback( in onLauncherPresentAndGestureStarted()
47 RecentsViewContainer container = gestureState.getContainerInterface() in ScreenPinnedInputConsumer()
65 mContainerInterface = gestureState.getContainerInterface(); in OverviewInputConsumer()
109 mContainerInterface = gestureState.getContainerInterface(); in AssistantInputConsumer()
68 doReturn(activityInterface).when(gestureState).getContainerInterface(); in startRecentsActivity_allowBackgroundLaunch()