Searched refs:mSystemServicesProxy (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | RecentsTaskLoadPlan.java | 63 SystemServicesProxy mSystemServicesProxy; field in RecentsTaskLoadPlan 74 mSystemServicesProxy = ssp; in RecentsTaskLoadPlan() 81 mRawTasks = mSystemServicesProxy.getRecentTasks(mConfig.maxNumTasksToLoad, in preloadRawTasks() 100 Rect displayBounds = mSystemServicesProxy.getWindowRect(); in preloadPlan() 128 mSystemServicesProxy, infoHandle); in preloadPlan() 130 activityLabel, mSystemServicesProxy, res); in preloadPlan() 132 mSystemServicesProxy, res, infoHandle, false); in preloadPlan() 152 task.thumbnail = loader.getAndUpdateThumbnail(taskKey, mSystemServicesProxy, false); in preloadPlan() 175 SparseArray<ActivityManager.StackInfo> stackInfos = mSystemServicesProxy.getAllStackInfos(); in preloadPlan() 239 t.taskDescription, mSystemServicesProxy, res, infoHandle, true); in executePlan() [all …]
|
D | RecentsPackageMonitor.java | 40 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()
|
D | RecentsTaskLoader.java | 92 SystemServicesProxy mSystemServicesProxy; field in TaskResourceLoader 123 mSystemServicesProxy = new SystemServicesProxy(context); in start() 134 mSystemServicesProxy = null; in stop() 159 SystemServicesProxy ssp = mSystemServicesProxy; in run() 258 SystemServicesProxy mSystemServicesProxy; field in RecentsTaskLoader 296 mSystemServicesProxy = new SystemServicesProxy(context); in RecentsTaskLoader() 322 return mSystemServicesProxy; in getSystemServicesProxy() 462 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(context, config, mSystemServicesProxy); in createLoadPlan()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | Recents.java | 169 SystemServicesProxy mSystemServicesProxy; field in Recents 236 mSystemServicesProxy = new SystemServicesProxy(mContext); in start() 243 mSystemServicesProxy.registerTaskStackListener(mTaskStackListener); in start() 248 if (mSystemServicesProxy.isForegroundUserOwner()) { in start() 284 if (mSystemServicesProxy.isForegroundUserOwner()) { in showRecents() 308 if (mSystemServicesProxy.isForegroundUserOwner()) { in hideRecents() 334 if (mSystemServicesProxy.isForegroundUserOwner()) { in toggleRecents() 357 if (mSystemServicesProxy.isForegroundUserOwner()) { in preloadRecents() 369 ActivityManager.RunningTaskInfo topTask = mSystemServicesProxy.getTopMostTask(); in preloadRecentsInternal() 373 if (topTask != null && !mSystemServicesProxy.isRecentsTopMost(topTask, topTaskHome)) { in preloadRecentsInternal() [all …]
|