Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsImpl.java338 LegacyRecentsImpl.getSystemServices().setRecentsVisibility(visible); in onVisibilityChanged()
355 final SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in showRecents()
357 … final boolean isRecentsVisible = LegacyRecentsImpl.getSystemServices().isRecentsActivityVisible( in showRecents()
361 LegacyRecentsImpl.getSystemServices().getSplitScreenPrimaryStack() != null; 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()
[all …]
DRecentsActivity.java230 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()
549 LegacyRecentsImpl.getSystemServices().gc(); in onStop()
757 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onBusEvent()
DRecentsConfiguration.java88 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in RecentsConfiguration()
DLegacyRecentsImpl.java177 public static SystemServicesProxy getSystemServices() { in getSystemServices() method in LegacyRecentsImpl
481 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onBusEvent()
508 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onBusEvent()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DSystemBarScrimViews.java56 mHasNavBarScrim = LegacyRecentsImpl.getSystemServices().hasTransposedNavigationBar(); in SystemBarScrimViews()
57 mHasDockedTasks = LegacyRecentsImpl.getSystemServices().hasDockedTask(); in SystemBarScrimViews()
150 mHasNavBarScrim = LegacyRecentsImpl.getSystemServices().hasTransposedNavigationBar(); in onBusEvent()
DTaskViewAccessibilityDelegate.java59 && !LegacyRecentsImpl.getSystemServices().hasDockedTask()) { in onInitializeAccessibilityNodeInfo()
DRecentsView.java168 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in RecentsView()
710 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices();
899 Rect windowRect = LegacyRecentsImpl.getSystemServices().getWindowRect();
934 final Rect windowRect = LegacyRecentsImpl.getSystemServices().getWindowRect();
DTaskView.java603 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onTaskBound()
684 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onLongClick()
DRecentsViewTouchHandler.java117 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onBusEvent()
DTaskViewHeader.java249 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in onFinishInflate()
608 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in showAppOverlay()
DTaskStackLayoutAlgorithm.java435 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in update()
835 : LegacyRecentsImpl.getSystemServices().getWindowRect(); in transformToScreenCoordinates()
856 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in getStackTransform()
DTaskStackView.java251 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in TaskStackView()
2049 mDisplayRect = LegacyRecentsImpl.getSystemServices().getDisplayRect(); in onBusEvent()
2191 SystemServicesProxy ssp = LegacyRecentsImpl.getSystemServices(); in readSystemFlags()