Searched refs:mContainerInterface (Results 1 – 6 of 6) sorted by relevance
34 private final BaseContainerInterface mContainerInterface; field in InputProxyHandlerFactory40 mContainerInterface = activityInterface; in InputProxyHandlerFactory()49 RecentsViewContainer container = mContainerInterface.getCreatedContainer(); in get()
121 private final BaseContainerInterface mContainerInterface; field in RecentsOrientedState144 mContainerInterface = containerInterface; in RecentsOrientedState()156 mFlags = mContainerInterface.rotationSupportedByActivity in RecentsOrientedState()165 return mContainerInterface; in getContainerInterface()
155 private final BaseContainerInterface mContainerInterface; field in GestureState194 mContainerInterface = componentObserver.getActivityInterface(); in GestureState()203 mContainerInterface = other.mContainerInterface; in GestureState()217 mContainerInterface = null; in GestureState()275 return mContainerInterface; in getContainerInterface()
180 protected final BaseContainerInterface<S, T> mContainerInterface; field in AbsSwipeUpHandler356 mContainerInterface = gestureState.getContainerInterface(); in AbsSwipeUpHandler()358 mContainerInterface.createActivityInitListener(this::onActivityInit); in AbsSwipeUpHandler()368 }, new InputProxyHandlerFactory(mContainerInterface, mGestureState)); in AbsSwipeUpHandler()386 TaskbarUIController controller = mContainerInterface.getTaskbarController(); in AbsSwipeUpHandler()483 T createdContainer = (T) mContainerInterface.getCreatedContainer(); in onActivityInit()487 final T container = (T) mContainerInterface.getCreatedContainer(); in onActivityInit()561 final T container = (T) mContainerInterface.getCreatedContainer(); in onLauncherStart()578 mAnimationFactory = mContainerInterface.prepareRecentsUI(mDeviceState, in onLauncherStart()648 mContainerInterface); in onLauncherPresentAndGestureStarted()[all …]
48 private final BaseContainerInterface<?, T> mContainerInterface; field in OverviewInputConsumer65 mContainerInterface = gestureState.getContainerInterface(); in OverviewInputConsumer()99 mContainerInterface.closeOverlay(); in onMotionEvent()
81 private BaseContainerInterface mContainerInterface; field in AssistantInputConsumer109 mContainerInterface = gestureState.getContainerInterface(); in AssistantInputConsumer()240 RecentsViewContainer container = mContainerInterface.getCreatedContainer(); in startAssistantInternal()