Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsConfiguration.java27 import com.android.systemui.recents.misc.SystemServicesProxy;
88 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in RecentsConfiguration()
DLegacyRecentsImpl.java64 import com.android.systemui.recents.misc.SystemServicesProxy;
93 private static SystemServicesProxy sSystemServicesProxy;
177 public static SystemServicesProxy getSystemServices() { in getSystemServices()
200 sSystemServicesProxy = SystemServicesProxy.getInstance(mContext); in onStart()
481 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onBusEvent()
508 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onBusEvent()
749 pw.println(" currentUserId=" + SystemServicesProxy.getInstance(mContext).getCurrentUser()); in dump()
DRecentsImpl.java74 import com.android.systemui.recents.misc.SystemServicesProxy;
355 final SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in showRecents()
440 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in toggleRecents()
510 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices();
557 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices();
613 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in showRelativeAffiliatedTask()
680 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in splitPrimaryTask()
747 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in updateDummyStackViewLayout()
944 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in drawThumbnailTransitionBitmap()
1073 return SystemServicesProxy.getInstance(mContext).getWindowRect(); in getWindowRectOverride()
DRecentsActivity.java89 import com.android.systemui.recents.misc.SystemServicesProxy;
230 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in dismissRecentsToFocusedTask()
242 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in dismissRecentsToLaunchTargetTaskOrHome()
256 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in dismissRecentsToFocusedTaskOrHome()
291 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in dismissRecentsToHomeIfVisible()
308 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onCreate()
757 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onBusEvent()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java81 public class SystemServicesProxy { class
91 private static SystemServicesProxy sSystemServicesProxy;
131 private SystemServicesProxy(Context context) { in SystemServicesProxy() method in SystemServicesProxy
174 public static synchronized SystemServicesProxy getInstance(Context context) { in getInstance()
176 sSystemServicesProxy = new SystemServicesProxy(context); in getInstance()
DSysUiTaskStackChangeListener.java32 int currentUserId = SystemServicesProxy.getInstance(context).getCurrentUser(); in checkCurrentUserId()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsViewTouchHandler.java41 import com.android.systemui.recents.misc.SystemServicesProxy;
82 SystemServicesProxy.getInstance(mRv.getContext()).getStableInsets(insets); in updateSnapAlgorithm()
117 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onBusEvent()
DTaskView.java53 import com.android.systemui.recents.misc.SystemServicesProxy;
603 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onTaskBound()
684 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onLongClick()
DTaskViewHeader.java60 import com.android.systemui.recents.misc.SystemServicesProxy;
249 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onFinishInflate()
608 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in showAppOverlay()
DRecentsView.java88 import com.android.systemui.recents.misc.SystemServicesProxy;
168 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in RecentsView()
710 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices();
DTaskStackLayoutAlgorithm.java37 import com.android.systemui.recents.misc.SystemServicesProxy;
435 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in update()
856 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in getStackTransform()
DTaskStackView.java90 import com.android.systemui.recents.misc.SystemServicesProxy;
251 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in TaskStackView()
2191 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in readSystemFlags()