Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionAppTracker.java68 private final List<AppLaunchEventsPlugin> mAppLaunchEventsPluginsList; field in PredictionAppTracker
81 mAppLaunchEventsPluginsList = new ArrayList<>(); in PredictionAppTracker()
184 mAppLaunchEventsPluginsList.forEach(AppLaunchEventsPlugin::onReturnedToHome); in onReturnedToHome()
200 mAppLaunchEventsPluginsList in onStartShortcut()
221 mAppLaunchEventsPluginsList in onStartApp()
241 mAppLaunchEventsPluginsList in onDismissApp()
269 mAppLaunchEventsPluginsList.add(appLaunchEventsPlugin); in onPluginConnected()
274 mAppLaunchEventsPluginsList.remove(appLaunchEventsPlugin); in onPluginDisconnected()