Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskAnimationManager.java72 BaseActivityInterface activityInterface = mLastGestureState.getActivityInterface();
73 if (ENABLE_QUICKSTEP_LIVE_TILE.get() && activityInterface.isInLiveTileMode()
74 && activityInterface.getCreatedActivity() != null) {
122 final BaseActivityInterface activityInterface = gestureState.getActivityInterface(); in startRecentsAnimation() local
125 activityInterface.allowMinimizeSplitScreen()); in startRecentsAnimation()
167 if (ENABLE_QUICKSTEP_LIVE_TILE.get() && activityInterface.isInLiveTileMode() in startRecentsAnimation()
168 && activityInterface.getCreatedActivity() != null) { in startRecentsAnimation()
170 activityInterface.getCreatedActivity().getOverviewPanel(); in startRecentsAnimation()
227 BaseActivityInterface activityInterface = mLastGestureState.getActivityInterface(); in endLiveTile() local
228 if (ENABLE_QUICKSTEP_LIVE_TILE.get() && activityInterface.isInLiveTileMode() in endLiveTile()
[all …]
H A DOverviewCommandHelper.java154 BaseActivityInterface<?, T> activityInterface = in executeCommand() local
156 RecentsView recents = activityInterface.getVisibleRecentsView(); in executeCommand()
188 if (activityInterface.switchToRecentsIfVisible(() -> scheduleNextTask(cmd))) { in executeCommand()
193 final T activity = activityInterface.getCreatedActivity(); in executeCommand()
222 activityInterface.getCreatedActivity().getOverviewPanel(); in executeCommand()
H A DTouchInteractionService.java720 BaseActivityInterface activityInterface = newGestureState.getActivityInterface(); in newConsumer() local
721 StatefulActivity activity = activityInterface.getCreatedActivity(); in newConsumer()
906 final BaseActivityInterface activityInterface = in preloadOverview() local
910 if (activityInterface.getCreatedActivity() != null && fromInit) { in preloadOverview()
925 final BaseActivityInterface activityInterface = in onConfigurationChanged() local
927 final BaseDraggingActivity activity = activityInterface.getCreatedActivity(); in onConfigurationChanged()
H A DRotationTouchHelper.java347 BaseActivityInterface activityInterface) { in onEndTargetCalculated() argument
354 activityInterface.onExitOverview(this, mExitOverviewRunnable); in onEndTargetCalculated()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DInputProxyHandlerFactory.java38 public InputProxyHandlerFactory(BaseActivityInterface activityInterface, in InputProxyHandlerFactory() argument
40 mActivityInterface = activityInterface; in InputProxyHandlerFactory()