Home
last modified time | relevance | path

Searched refs:getCreatedContainer (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherActivityInterface.java84 QuickstepLauncher launcher = getCreatedContainer(); in onSwipeUpToHomeComplete()
101 QuickstepLauncher launcher = getCreatedContainer(); in onAssistantVisibilityChanged()
143 QuickstepLauncher launcher = getCreatedContainer(); in setOnDeferredActivityLaunchCallback()
152 public QuickstepLauncher getCreatedContainer() { in getCreatedContainer() method in LauncherActivityInterface
159 QuickstepLauncher launcher = getCreatedContainer(); in getDepthController()
169 QuickstepLauncher launcher = getCreatedContainer(); in getTaskbarController()
194 QuickstepLauncher launcher = getCreatedContainer(); in getVisibleLauncher()
232 getCreatedContainer().getStateManager(); in onExitOverview()
249 ((RecentsView) getCreatedContainer().getOverviewPanel()).reapplyActiveRotation(); in notifyRecentsOfOrientation()
259 QuickstepLauncher launcher = getCreatedContainer(); in isInLiveTileMode()
[all …]
DFallbackWindowInterface.java102 public RecentsWindowManager getCreatedContainer() { in getCreatedContainer() method in FallbackWindowInterface
108 RecentsWindowManager manager = getCreatedContainer(); in getTaskbarController()
121 RecentsWindowManager manager = getCreatedContainer(); in getVisibleRecentsView()
123 return getCreatedContainer().getOverviewPanel(); in getVisibleRecentsView()
152 getCreatedContainer().getStateManager(); in onExitOverview()
175 RecentsWindowManager windowManager = getCreatedContainer(); in isInLiveTileMode()
183 RecentsWindowManager manager = getCreatedContainer(); in onLaunchTaskFailed()
207 ((RecentsView) getCreatedContainer().getOverviewPanel()).reapplyActiveRotation(); in notifyRecentsOfOrientation()
DFallbackActivityInterface.java99 public RecentsActivity getCreatedContainer() { in getCreatedContainer() method in FallbackActivityInterface
105 RecentsActivity activity = getCreatedContainer(); in getTaskbarController()
115 RecentsActivity activity = getCreatedContainer(); in getVisibleRecentsView()
147 getCreatedContainer().getStateManager(); in onExitOverview()
170 RecentsActivity activity = getCreatedContainer(); in isInLiveTileMode()
178 RecentsActivity activity = getCreatedContainer(); in onLaunchTaskFailed()
202 getCreatedContainer().getOverviewPanel().reapplyActiveRotation(); in notifyRecentsOfOrientation()
DTaskAnimationManager.java94 && containerInterface.getCreatedContainer() != null) {
95 RecentsView recentsView = containerInterface.getCreatedContainer()
256 && containerInterface.getCreatedContainer() instanceof RecentsActivity in startRecentsAnimation()
263 containerInterface.getCreatedContainer().getOverviewPanel(); in startRecentsAnimation()
275 && containerInterface.getCreatedContainer() != null) { in startRecentsAnimation()
277 containerInterface.getCreatedContainer().getOverviewPanel(); in startRecentsAnimation()
330 if(containerInterface.getCreatedContainer() instanceof RecentsWindowManager in startRecentsAnimation()
402 || containerInterface.getCreatedContainer() == null) { in endLiveTile()
405 RecentsView recentsView = containerInterface.getCreatedContainer().getOverviewPanel(); in endLiveTile()
DBaseActivityInterface.java81 ACTIVITY_TYPE activity = getCreatedContainer(); in onTransitionCancelled()
106 public abstract ACTIVITY_TYPE getCreatedContainer(); in getCreatedContainer() method in BaseActivityInterface
114 ACTIVITY_TYPE activity = getCreatedContainer(); in isResumed()
119 ACTIVITY_TYPE activity = getCreatedContainer(); in isStarted()
141 ACTIVITY_TYPE activity = getCreatedContainer(); in switchRunningTaskViewToScreenshot()
167 mActivity = getCreatedContainer(); in DefaultAnimationFactory()
DBaseWindowInterface.java71 public abstract RecentsWindowManager getCreatedContainer(); in getCreatedContainer() method in BaseWindowInterface
83 RecentsWindowManager windowManager = getCreatedContainer(); in isStarted()
105 RecentsWindowManager windowManager = getCreatedContainer(); in switchRunningTaskViewToScreenshot()
136 mRecentsWindowManager = getCreatedContainer(); in DefaultAnimationFactory()
DOverviewCommandHelper.kt335 val recentsViewContainer = containerInterface.getCreatedContainer() in <lambda>()
440 containerInterface.getCreatedContainer()?.rootView?.let { view -> in <lambda>()
471 containerInterface.getCreatedContainer()?.rootView?.let { view -> in <lambda>()
496 containerInterface.getCreatedContainer() ?: return in <lambda>()
613 val container = containerInterface.getCreatedContainer() ?: return in <lambda>()
DBaseContainerInterface.java79 public abstract CONTAINER_TYPE getCreatedContainer(); in getCreatedContainer() method in BaseContainerInterface
171 StatefulContainer container = getCreatedContainer(); in runOnInitBackgroundStateUI()
189 CONTAINER_TYPE container = getCreatedContainer(); in getParallelAnimationToGestureEndTarget()
227 RecentsViewContainer container = getCreatedContainer(); in onTransitionCancelled()
DTouchInteractionService.java307 .getContainerInterface(DEFAULT_DISPLAY).getCreatedContainer(); in enterStageSplitFromRunningApp()
741 DEFAULT_DISPLAY).getCreatedContainer(); in onOverviewTargetChanged()
1152 final RecentsViewContainer container = containerInterface.getCreatedContainer();
1210 displayId).getCreatedContainer();
DQuickstepTestInformationHandler.java217 .getContainerInterface(DEFAULT_DISPLAY).getCreatedContainer(); in getRecentsViewContainer()
DInputConsumerUtils.kt694 gestureState.getContainerInterface<S, T>().getCreatedContainer() in createOverviewInputConsumer()
DAbsSwipeUpHandler.java519 RECENTS_CONTAINER createdContainer = mContainerInterface.getCreatedContainer(); in onActivityInit()
523 final RECENTS_CONTAINER container = mContainerInterface.getCreatedContainer(); in onActivityInit()
590 final RECENTS_CONTAINER container = mContainerInterface.getCreatedContainer(); in onLauncherStart()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DInputProxyHandlerFactory.java49 RecentsViewContainer container = mContainerInterface.getCreatedContainer(); in get()
DContextualSearchInvoker.kt208 ?.getCreatedContainer() in isFakeLandscape()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DScreenPinnedInputConsumer.java51 .getCreatedContainer(); in ScreenPinnedInputConsumer()
DAssistantInputConsumer.java240 RecentsViewContainer container = mContainerInterface.getCreatedContainer(); in startAssistantInternal()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DInputConsumerUtilsTest.java186 doReturn(recentsViewContainer).when(mContainerInterface).getCreatedContainer(); in setUpContainerInterface()
221 when(mContainerInterface.getCreatedContainer()).thenReturn(null); in testNewBaseConsumer_onLiveTileModeWithNoContainer_returnsDefaultInputConsumer()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DContextualSearchInvokerTest.java100 when(mMockContainerInterface.getCreatedContainer()).thenReturn(mMockRecentsViewContainer); in setUp()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/
DAbsSwipeUpHandlerTestCase.java208 doReturn(recentsContainer).when(mActivityInterface).getCreatedContainer(); in setUpRecentsContainer()