Home
last modified time | relevance | path

Searched refs:activityInterface (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java229 BaseActivityInterface<?, T> activityInterface = in executeCommand() local
232 RecentsView<?, ?> visibleRecentsView = activityInterface.getVisibleRecentsView(); in executeCommand()
238 T activity = activityInterface.getCreatedContainer(); in executeCommand()
241 TaskbarUIController uiController = activityInterface.getTaskbarController(); in executeCommand()
332 if (activityInterface.switchToRecentsIfVisible(animatorListener)) { in executeCommand()
338 final T activity = activityInterface.getCreatedContainer(); in executeCommand()
360 activityInterface.runOnInitBackgroundStateUI(() -> in executeCommand()
370 T createdActivity = activityInterface.getCreatedContainer(); in executeCommand()
465 BaseActivityInterface<?, T> activityInterface = in logShowOverviewFrom() local
467 var container = activityInterface.getCreatedContainer(); in logShowOverviewFrom()
DTouchInteractionService.java1458 final BaseActivityInterface activityInterface =
1462 if (activityInterface.getCreatedContainer() != null && fromInit) {
1482 final BaseActivityInterface activityInterface =
1484 final BaseDraggingActivity activity = activityInterface.getCreatedContainer();
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DInputProxyHandlerFactory.java38 public InputProxyHandlerFactory(BaseContainerInterface activityInterface, in InputProxyHandlerFactory() argument
40 mContainerInterface = activityInterface; in InputProxyHandlerFactory()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaskAnimationManagerTest.java64 final LauncherActivityInterface activityInterface = mock(LauncherActivityInterface.class); in startRecentsActivity_allowBackgroundLaunch() local
68 doReturn(activityInterface).when(gestureState).getContainerInterface(); in startRecentsActivity_allowBackgroundLaunch()