/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | LauncherActivityInterface.java | 84 Launcher launcher = getCreatedActivity(); in onSwipeUpToHomeComplete() 101 Launcher launcher = getCreatedActivity(); in onAssistantVisibilityChanged() 110 Launcher launcher = getCreatedActivity(); in onOneHandedModeStateChanged() 152 Launcher launcher = getCreatedActivity(); in setOnDeferredActivityLaunchCallback() 161 public BaseQuickstepLauncher getCreatedActivity() { in getCreatedActivity() method in LauncherActivityInterface 162 return BaseQuickstepLauncher.ACTIVITY_TRACKER.getCreatedActivity(); in getCreatedActivity() 168 BaseQuickstepLauncher launcher = getCreatedActivity(); in getDepthController() 177 BaseQuickstepLauncher launcher = getCreatedActivity(); in getTaskbarController() 202 Launcher launcher = getCreatedActivity(); in getVisibleLauncher() 231 final StateManager<LauncherState> stateManager = getCreatedActivity().getStateManager(); in onExitOverview() [all …]
|
D | FallbackActivityInterface.java | 101 public RecentsActivity getCreatedActivity() { in getCreatedActivity() method in FallbackActivityInterface 102 return RecentsActivity.ACTIVITY_TRACKER.getCreatedActivity(); in getCreatedActivity() 108 RecentsActivity activity = getCreatedActivity(); in getVisibleRecentsView() 146 final StateManager<RecentsState> stateManager = getCreatedActivity().getStateManager(); in onExitOverview() 169 RecentsActivity activity = getCreatedActivity(); in isInLiveTileMode() 177 RecentsActivity activity = getCreatedActivity(); in onLaunchTaskFailed() 200 RecentsView recentsView = getCreatedActivity().getOverviewPanel(); in notifyRecentsOfOrientation()
|
D | BaseActivityInterface.java | 98 ACTIVITY_TYPE activity = getCreatedActivity(); in onTransitionCancelled() 134 public abstract ACTIVITY_TYPE getCreatedActivity(); in getCreatedActivity() method in BaseActivityInterface 142 ACTIVITY_TYPE activity = getCreatedActivity(); in isResumed() 147 ACTIVITY_TYPE activity = getCreatedActivity(); in isStarted() 182 ACTIVITY_TYPE activity = getCreatedActivity(); in onLaunchTaskSuccess() 192 ACTIVITY_TYPE activity = getCreatedActivity(); in switchRunningTaskViewToScreenshot() 365 ACTIVITY_TYPE activity = getCreatedActivity(); in getParallelAnimationToLauncher() 420 mActivity = getCreatedActivity(); in DefaultAnimationFactory()
|
D | TaskAnimationManager.java | 68 && activityInterface.getCreatedActivity() != null) { 69 RecentsView recentsView = activityInterface.getCreatedActivity().getOverviewPanel(); 149 && activityInterface.getCreatedActivity() != null) { in startRecentsAnimation() 151 activityInterface.getCreatedActivity().getOverviewPanel(); in startRecentsAnimation()
|
D | OverviewCommandHelper.java | 179 final T activity = activityInterface.getCreatedActivity(); in executeCommand() 208 activityInterface.getCreatedActivity().getOverviewPanel(); in executeCommand()
|
D | TouchInteractionService.java | 790 StatefulActivity activity = gestureState.getActivityInterface().getCreatedActivity(); in createOverviewInputConsumer() 864 if (activityInterface.getCreatedActivity() != null && fromInit) { in preloadOverview() 881 final BaseDraggingActivity activity = activityInterface.getCreatedActivity(); in onConfigurationChanged() 933 : mOverviewComponentObserver.getActivityInterface().getCreatedActivity(); in dump()
|
D | QuickstepTestInformationHandler.java | 77 return observer.getActivityInterface().getCreatedActivity(); in getCurrentActivity()
|
D | AbsSwipeUpHandler.java | 342 T createdActivity = mActivityInterface.getCreatedActivity(); in onActivityInit() 346 final T activity = mActivityInterface.getCreatedActivity(); in onActivityInit() 412 final T activity = mActivityInterface.getCreatedActivity(); in onLauncherStart()
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationHandler.java | 126 return Launcher.ACTIVITY_TRACKER.getCreatedActivity() == null 131 return Launcher.ACTIVITY_TRACKER.getCreatedActivity(); 139 return getUIProperty(bundleSetter, provider, Launcher.ACTIVITY_TRACKER::getCreatedActivity);
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | InputProxyHandlerFactory.java | 49 StatefulActivity activity = mActivityInterface.getCreatedActivity(); in get()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | ScreenPinnedInputConsumer.java | 48 .getCreatedActivity(); in ScreenPinnedInputConsumer()
|
D | OverscrollInputConsumer.java | 225 .getCreatedActivity(); in isOverscrolled()
|
D | AssistantInputConsumer.java | 240 BaseDraggingActivity launcherActivity = mActivityInterface.getCreatedActivity(); in startAssistantInternal()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | ActivityTracker.java | 37 public <R extends T> R getCreatedActivity() { in getCreatedActivity() method in ActivityTracker
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | FallbackRecentsTest.java | 195 RecentsActivity activity = RecentsActivity.ACTIVITY_TRACKER.getCreatedActivity(); in getFromRecents()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | ItemInstallQueue.java | 118 Launcher launcher = Launcher.ACTIVITY_TRACKER.getCreatedActivity(); in flushQueueInBackground()
|
D | PackageUpdatedTask.java | 130 Launcher launcher = Launcher.ACTIVITY_TRACKER.getCreatedActivity(); in execute()
|