Home
last modified time | relevance | path

Searched refs:statusBarWinController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DOverviewProxyServiceTest.kt109 @Mock private lateinit var statusBarWinController: NotificationShadeWindowController variable in com.android.systemui.recents.OverviewProxyServiceTest
241 statusBarWinController, in createOverviewProxyService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java628 NotificationShadeWindowController statusBarWinController, in OverviewProxyService() argument
655 mStatusBarWinController = statusBarWinController; in OverviewProxyService()
696 statusBarWinController.registerCallback(mStatusBarWindowCallback); in OverviewProxyService()