Home
last modified time | relevance | path

Searched defs:overviewProxyService (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyRecentsImpl.java53 OverviewProxyService overviewProxyService, ActivityStarter activityStarter) { in OverviewProxyRecentsImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarController.java108 OverviewProxyService overviewProxyService, in NavigationBarController()
DTaskbarDelegate.java187 OverviewProxyService overviewProxyService, in setDependencies()
DNavBarHelper.java177 OverviewProxyService overviewProxyService, in NavBarHelper()
DNavigationBar.java543 OverviewProxyService overviewProxyService, in NavigationBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java179 OverviewProxyService overviewProxyService, in AssistManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnification.java158 SysUiState sysUiState, OverviewProxyService overviewProxyService, in WindowMagnification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java392 OverviewProxyService overviewProxyService, in EdgeBackGestureHandler()
1318 public Factory(OverviewProxyService overviewProxyService, in Factory()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationsQSContainerControllerLegacyTest.kt74 @Mock lateinit var overviewProxyService: OverviewProxyService variable in com.android.systemui.shade.NotificationsQSContainerControllerLegacyTest
DNotificationsQSContainerControllerTest.kt73 @Mock lateinit var overviewProxyService: OverviewProxyService variable in com.android.systemui.shade.NotificationsQSContainerControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationsQSContainerController.kt56 private val overviewProxyService: OverviewProxyService, in <lambda>() constant