Searched refs:activityInterface (Results 1 – 5 of 5) sorted by relevance
66 BaseActivityInterface activityInterface = mLastGestureState.getActivityInterface();67 if (ENABLE_QUICKSTEP_LIVE_TILE.get() && activityInterface.isInLiveTileMode()68 && activityInterface.getCreatedActivity() != null) {69 RecentsView recentsView = activityInterface.getCreatedActivity().getOverviewPanel();116 final BaseActivityInterface activityInterface = gestureState.getActivityInterface(); in startRecentsAnimation() local118 mCallbacks = new RecentsAnimationCallbacks(activityInterface.allowMinimizeSplitScreen()); in startRecentsAnimation()147 BaseActivityInterface activityInterface = mLastGestureState.getActivityInterface(); in startRecentsAnimation()148 if (ENABLE_QUICKSTEP_LIVE_TILE.get() && activityInterface.isInLiveTileMode() in startRecentsAnimation()149 && activityInterface.getCreatedActivity() != null) { in startRecentsAnimation()151 activityInterface.getCreatedActivity().getOverviewPanel(); in startRecentsAnimation()
149 BaseActivityInterface<?, T> activityInterface = in executeCommand() local151 RecentsView recents = activityInterface.getVisibleRecentsView(); in executeCommand()174 if (activityInterface.switchToRecentsIfVisible(() -> scheduleNextTask(cmd))) { in executeCommand()179 final T activity = activityInterface.getCreatedActivity(); in executeCommand()208 activityInterface.getCreatedActivity().getOverviewPanel(); in executeCommand()
348 BaseActivityInterface activityInterface) { in onEndTargetCalculated() argument355 activityInterface.onExitOverview(this, mExitOverviewRunnable); in onEndTargetCalculated()
860 final BaseActivityInterface activityInterface = in preloadOverview() local864 if (activityInterface.getCreatedActivity() != null && fromInit) { in preloadOverview()879 final BaseActivityInterface activityInterface = in onConfigurationChanged() local881 final BaseDraggingActivity activity = activityInterface.getCreatedActivity(); in onConfigurationChanged()
38 public InputProxyHandlerFactory(BaseActivityInterface activityInterface, in InputProxyHandlerFactory() argument40 mActivityInterface = activityInterface; in InputProxyHandlerFactory()