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.java46 OverviewProxyService overviewProxyService, in OverviewProxyRecentsImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnification.java226 SysUiState sysUiState, OverviewProxyService overviewProxyService, in Magnification()
238 SysUiState sysUiState, OverviewProxyService overviewProxyService, in Magnification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationsQSContainerControllerLegacyTest.kt81 private val overviewProxyService = mock<OverviewProxyService>() constant in com.android.systemui.shade.NotificationsQSContainerControllerLegacyTest
DNotificationsQSContainerControllerTest.kt78 private val overviewProxyService = mock<OverviewProxyService>() constant in com.android.systemui.shade.NotificationsQSContainerControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarControllerImpl.java119 OverviewProxyService overviewProxyService, in NavigationBarControllerImpl()
DTaskbarDelegate.java185 OverviewProxyService overviewProxyService, in setDependencies()
DNavBarHelper.java184 OverviewProxyService overviewProxyService, in NavBarHelper()
DNavigationBar.java556 OverviewProxyService overviewProxyService, in NavigationBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java188 OverviewProxyService overviewProxyService, in AssistManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java409 OverviewProxyService overviewProxyService, in EdgeBackGestureHandler()
1338 public Factory(OverviewProxyService overviewProxyService, in Factory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationsQSContainerController.kt63 private val overviewProxyService: OverviewProxyService, in <lambda>() constant