Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DAlternateRecentsComponent.java156 SystemServicesProxy mSystemServicesProxy; field in AlternateRecentsComponent
186 mSystemServicesProxy = new SystemServicesProxy(context); in AlternateRecentsComponent()
192 mSystemServicesProxy.registerTaskStackListener(mTaskStackListener); in AlternateRecentsComponent()
197 if (mSystemServicesProxy.isForegroundUserOwner()) { in AlternateRecentsComponent()
242 if (mSystemServicesProxy.isForegroundUserOwner()) { in onShowRecents()
264 if (mSystemServicesProxy.isForegroundUserOwner()) { in onHideRecents()
276 ActivityManager.RunningTaskInfo topTask = mSystemServicesProxy.getTopMostTask(); in hideRecents()
277 if (topTask != null && mSystemServicesProxy.isRecentsTopMost(topTask, null)) { in hideRecents()
290 if (mSystemServicesProxy.isForegroundUserOwner()) { in onToggleRecents()
311 if (mSystemServicesProxy.isForegroundUserOwner()) { in onPreloadRecents()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DRecentsTaskLoadPlan.java60 SystemServicesProxy mSystemServicesProxy; field in RecentsTaskLoadPlan
71 mSystemServicesProxy = ssp; in RecentsTaskLoadPlan()
78 mRawTasks = mSystemServicesProxy.getRecentTasks(mConfig.maxNumTasksToLoad, in preloadRawTasks()
122 mSystemServicesProxy, infoHandle); in preloadPlan()
124 mSystemServicesProxy, res, infoHandle, false); in preloadPlan()
144 task.thumbnail = loader.getAndUpdateThumbnail(taskKey, mSystemServicesProxy, false); in preloadPlan()
200 mSystemServicesProxy, res, infoHandle, true); in executePlan()
207 task.thumbnail = loader.getAndUpdateThumbnail(taskKey, mSystemServicesProxy, in executePlan()
DRecentsPackageMonitor.java40 SystemServicesProxy mSystemServicesProxy; field in RecentsPackageMonitor
44 mSystemServicesProxy = new SystemServicesProxy(context); in register()
63 mSystemServicesProxy = null; in unregister()
111 if (mSystemServicesProxy.getActivityInfo(cn, userId) != null) { in computeComponentsRemoved()
DRecentsTaskLoader.java105 SystemServicesProxy mSystemServicesProxy; field in TaskResourceLoader
136 mSystemServicesProxy = new SystemServicesProxy(context); in start()
147 mSystemServicesProxy = null; in stop()
172 SystemServicesProxy ssp = mSystemServicesProxy; in run()
271 SystemServicesProxy mSystemServicesProxy; field in RecentsTaskLoader
308 mSystemServicesProxy = new SystemServicesProxy(context); in RecentsTaskLoader()
333 return mSystemServicesProxy; in getSystemServicesProxy()
444 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(context, config, mSystemServicesProxy); in createLoadPlan()