Searched refs:statusBarWindowController (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/ |
H A D | SwipeStatusBarAwayGestureHandler.kt | 39 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 D | SystemEventChipAnimationController.kt | 37 private val statusBarWindowController: StatusBarWindowController, 43 statusBarWindowController.setForceStatusBarVisible(value) 127 statusBarWindowController.addViewToWindow(animationWindowView, lp)
|
H A D | SystemStatusAnimationScheduler.kt | 65 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 D | OngoingCallController.kt | 64 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 D | StatusBarHeadsUpChangeListener.java | 48 StatusBarWindowController statusBarWindowController, in StatusBarHeadsUpChangeListener() argument 59 mStatusBarWindowController = statusBarWindowController; in StatusBarHeadsUpChangeListener()
|
H A D | NotificationShadeWindowViewController.java | 141 StatusBarWindowController statusBarWindowController, in NotificationShadeWindowViewController() argument 166 mStatusBarWindowController = statusBarWindowController; in NotificationShadeWindowViewController()
|
H A D | NotificationIconAreaController.java | 125 StatusBarWindowController statusBarWindowController, in NotificationIconAreaController() argument 139 mStatusBarWindowController = statusBarWindowController; in NotificationIconAreaController()
|
H A D | StatusBar.java | 697 StatusBarWindowController statusBarWindowController, in StatusBar() argument 798 mStatusBarWindowController = statusBarWindowController; in StatusBar()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | StatusBarDependenciesModule.java | 266 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 D | StatusBarPhoneModule.java | 149 StatusBarWindowController statusBarWindowController, in provideStatusBar() argument 251 statusBarWindowController, in provideStatusBar()
|