Home
last modified time | relevance | path

Searched refs:statusBarWindowController (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DSwipeStatusBarAwayGestureHandler.kt39 private val statusBarWindowController: StatusBarWindowController,
86 ev.y >= statusBarWindowController.statusBarHeight
87 && ev.y <= 3 * statusBarWindowController.statusBarHeight
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemEventChipAnimationController.kt37 private val statusBarWindowController: StatusBarWindowController,
43 statusBarWindowController.setForceStatusBarVisible(value)
127 statusBarWindowController.addViewToWindow(animationWindowView, lp)
H A DSystemStatusAnimationScheduler.kt65 private val statusBarWindowController: StatusBarWindowController,
169 statusBarWindowController.setForceStatusBarVisible(true)
215 statusBarWindowController.setForceStatusBarVisible(false)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt64 private val statusBarWindowController: Optional<StatusBarWindowController>,
201 statusBarWindowController.ifPresent {
307 statusBarWindowController.ifPresent { it.setOngoingProcessRequiresStatusBarVisible(false) }
334 statusBarWindowController.ifPresent {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeadsUpChangeListener.java48 StatusBarWindowController statusBarWindowController, in StatusBarHeadsUpChangeListener() argument
59 mStatusBarWindowController = statusBarWindowController; in StatusBarHeadsUpChangeListener()
H A DNotificationShadeWindowViewController.java141 StatusBarWindowController statusBarWindowController, in NotificationShadeWindowViewController() argument
166 mStatusBarWindowController = statusBarWindowController; in NotificationShadeWindowViewController()
H A DNotificationIconAreaController.java125 StatusBarWindowController statusBarWindowController, in NotificationIconAreaController() argument
139 mStatusBarWindowController = statusBarWindowController; in NotificationIconAreaController()
H A DStatusBar.java697 StatusBarWindowController statusBarWindowController, in StatusBar() argument
798 mStatusBarWindowController = statusBarWindowController; in StatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java266 StatusBarWindowController statusBarWindowController, in provideOngoingCallController() argument
271 ? Optional.of(statusBarWindowController) in provideOngoingCallController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarPhoneModule.java149 StatusBarWindowController statusBarWindowController, in provideStatusBar() argument
251 statusBarWindowController, in provideStatusBar()