Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DInputProxyHandlerFactory.java34 private final BaseContainerInterface mContainerInterface; field in InputProxyHandlerFactory
40 mContainerInterface = activityInterface; in InputProxyHandlerFactory()
49 RecentsViewContainer container = mContainerInterface.getCreatedContainer(); in get()
DRecentsOrientedState.java121 private final BaseContainerInterface mContainerInterface; field in RecentsOrientedState
144 mContainerInterface = containerInterface; in RecentsOrientedState()
156 mFlags = mContainerInterface.rotationSupportedByActivity in RecentsOrientedState()
165 return mContainerInterface; in getContainerInterface()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DGestureState.java155 private final BaseContainerInterface mContainerInterface; field in GestureState
194 mContainerInterface = componentObserver.getActivityInterface(); in GestureState()
203 mContainerInterface = other.mContainerInterface; in GestureState()
217 mContainerInterface = null; in GestureState()
275 return mContainerInterface; in getContainerInterface()
DAbsSwipeUpHandler.java180 protected final BaseContainerInterface<S, T> mContainerInterface; field in AbsSwipeUpHandler
356 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 …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DOverviewInputConsumer.java48 private final BaseContainerInterface<?, T> mContainerInterface; field in OverviewInputConsumer
65 mContainerInterface = gestureState.getContainerInterface(); in OverviewInputConsumer()
99 mContainerInterface.closeOverlay(); in onMotionEvent()
DAssistantInputConsumer.java81 private BaseContainerInterface mContainerInterface; field in AssistantInputConsumer
109 mContainerInterface = gestureState.getContainerInterface(); in AssistantInputConsumer()
240 RecentsViewContainer container = mContainerInterface.getCreatedContainer(); in startAssistantInternal()