Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DRecentsTaskLoader.java34 import com.android.systemui.recents.misc.SystemServicesProxy;
92 SystemServicesProxy mSystemServicesProxy;
123 mSystemServicesProxy = new SystemServicesProxy(context); in start()
159 SystemServicesProxy ssp = mSystemServicesProxy; in run()
239 SystemServicesProxy ssp, Resources res) { in getTaskDescriptionIcon()
258 SystemServicesProxy mSystemServicesProxy;
296 mSystemServicesProxy = new SystemServicesProxy(context); in RecentsTaskLoader()
321 public SystemServicesProxy getSystemServicesProxy() { in getSystemServicesProxy()
327 ActivityManager.TaskDescription td, SystemServicesProxy ssp, in getAndUpdateActivityLabel()
358 SystemServicesProxy ssp, Resources res) { in getAndUpdateContentDescription()
[all …]
DRecentsPackageMonitor.java24 import com.android.systemui.recents.misc.SystemServicesProxy;
40 SystemServicesProxy mSystemServicesProxy;
44 mSystemServicesProxy = new SystemServicesProxy(context); in register()
DRecentsTaskLoadPlan.java30 import com.android.systemui.recents.misc.SystemServicesProxy;
63 SystemServicesProxy mSystemServicesProxy;
71 RecentsTaskLoadPlan(Context context, RecentsConfiguration config, SystemServicesProxy ssp) { in RecentsTaskLoadPlan()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsActivity.java43 import com.android.systemui.recents.misc.SystemServicesProxy;
172 SystemServicesProxy ssp = RecentsTaskLoader.getInstance().getSystemServicesProxy();
292 SystemServicesProxy ssp = RecentsTaskLoader.getInstance().getSystemServicesProxy(); in dismissRecentsToFocusedTaskOrHome()
333 SystemServicesProxy ssp = RecentsTaskLoader.getInstance().getSystemServicesProxy(); in dismissRecentsToHome()
349 SystemServicesProxy ssp = RecentsTaskLoader.getInstance().getSystemServicesProxy(); in onCreate()
405 SystemServicesProxy ssp = loader.getSystemServicesProxy(); in onStart()
448 SystemServicesProxy ssp = loader.getSystemServicesProxy(); in onStop()
635 SystemServicesProxy ssp = loader.getSystemServicesProxy(); in onScreenPinningRequest()
651 SystemServicesProxy ssp = RecentsTaskLoader.getInstance().getSystemServicesProxy(); in refreshSearchWidgetView()
DRecentsConfiguration.java32 import com.android.systemui.recents.misc.SystemServicesProxy;
160 public static RecentsConfiguration reinitialize(Context context, SystemServicesProxy ssp) { in reinitialize()
280 void updateOnReinitialize(Context context, SystemServicesProxy ssp) { in updateOnReinitialize()
DRecents.java50 import com.android.systemui.recents.misc.SystemServicesProxy;
125 SystemServicesProxy ssp = loader.getSystemServicesProxy(); in run()
169 SystemServicesProxy mSystemServicesProxy;
236 mSystemServicesProxy = new SystemServicesProxy(mContext); in start()
853 public static void notifyVisibilityChanged(Context context, SystemServicesProxy ssp, in notifyVisibilityChanged()
872 public static void startScreenPinning(Context context, SystemServicesProxy ssp) { in startScreenPinning()
DRecentsResizeTaskDialog.java32 import com.android.systemui.recents.misc.SystemServicesProxy;
75 private SystemServicesProxy mSsp;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java48 import com.android.systemui.recents.misc.SystemServicesProxy;
58 private SystemServicesProxy mSsp;
DRecentsView.java45 import com.android.systemui.recents.misc.SystemServicesProxy;
533 final SystemServicesProxy ssp = in onTaskViewClicked()
DTaskStackView.java38 import com.android.systemui.recents.misc.SystemServicesProxy;
329 SystemServicesProxy ssp = loader.getSystemServicesProxy(); in synchronizeStackViewsWithModel()
930 SystemServicesProxy ssp = loader.getSystemServicesProxy(); in startEnterRecentsAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java86 public class SystemServicesProxy { class
121 public SystemServicesProxy(Context context) { in SystemServicesProxy() method in SystemServicesProxy
342 Bitmap thumbnail = SystemServicesProxy.getThumbnail(mAm, taskId); in getTaskThumbnail()