/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/ |
H A D | SwipeStatusBarAwayGestureHandler.kt | 34 private val statusBarWindowController: StatusBarWindowController, 38 return ev.y >= statusBarWindowController.statusBarHeight && 39 ev.y <= 3 * statusBarWindowController.statusBarHeight
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | StatusBarEventsModule.kt | 52 statusBarWindowController: StatusBarWindowController, 63 statusBarWindowController, 73 statusBarWindowController,
|
H A D | SystemStatusAnimationSchedulerLegacyImpl.kt | 60 private val statusBarWindowController: StatusBarWindowController, 177 statusBarWindowController.setForceStatusBarVisible(true) 210 statusBarWindowController.setForceStatusBarVisible(false)
|
H A D | SystemStatusAnimationSchedulerImpl.kt | 68 private val statusBarWindowController: StatusBarWindowController, 273 statusBarWindowController.setForceStatusBarVisible(true) 307 statusBarWindowController.setForceStatusBarVisible(false)
|
H A D | SystemEventChipAnimationController.kt | 49 private val statusBarWindowController: StatusBarWindowController, 250 statusBarWindowController.addViewToWindow(animationWindowView, lp)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
H A D | OngoingCallController.kt | 64 private val statusBarWindowController: Optional<StatusBarWindowController>, 141 backgroundView?.maxHeightFetcher = { statusBarWindowController.get().statusBarHeight } 200 statusBarWindowController.ifPresent { 261 statusBarWindowController.ifPresent { it.setOngoingProcessRequiresStatusBarVisible(false) } 286 statusBarWindowController.ifPresent {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarHeadsUpChangeListener.java | 49 StatusBarWindowController statusBarWindowController, in StatusBarHeadsUpChangeListener() argument 57 mStatusBarWindowController = statusBarWindowController; in StatusBarHeadsUpChangeListener()
|
H A D | ActivityStarterImpl.kt | 80 private val statusBarWindowController: StatusBarWindowController, 887 statusBarWindowController.wrapAnimationControllerIfInStatusBar(
|
H A D | LegacyNotificationIconAreaControllerImpl.java | 143 StatusBarWindowController statusBarWindowController, in LegacyNotificationIconAreaControllerImpl() argument 158 mStatusBarWindowController = statusBarWindowController; in LegacyNotificationIconAreaControllerImpl()
|
H A D | CentralSurfacesImpl.java | 683 StatusBarWindowController statusBarWindowController, in CentralSurfacesImpl() argument 790 mStatusBarWindowController = statusBarWindowController; in CentralSurfacesImpl()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | ShadeControllerImplTest.kt | 54 @Mock private lateinit var statusBarWindowController: StatusBarWindowController 80 statusBarWindowController,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ |
H A D | NotificationIconAreaControllerViewBinderWrapperImplTest.kt | 62 @Mock private lateinit var statusBarWindowController: StatusBarWindowController 92 statusBarWindowController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/ |
H A D | StatusBarFragmentModule.java | 150 StatusBarWindowController statusBarWindowController in providePhoneStatusBarTransitions() argument 152 return new PhoneStatusBarTransitions(view, statusBarWindowController.getBackgroundView()); in providePhoneStatusBarTransitions()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/ |
H A D | SystemStatusAnimationSchedulerImplTest.kt | 64 @Mock private lateinit var statusBarWindowController: StatusBarWindowController 91 statusBarWindowController, 104 whenever(statusBarWindowController.addViewToWindow(any(), any())).then { 591 statusBarWindowController,
|
H A D | SystemEventChipAnimationControllerTest.kt | 90 statusBarWindowController = sbWindowController,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | ActivityStarterImplTest.kt | 73 @Mock private lateinit var statusBarWindowController: StatusBarWindowController 103 statusBarWindowController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeControllerImpl.java | 89 StatusBarWindowController statusBarWindowController, in ShadeControllerImpl() argument 102 mStatusBarWindowController = statusBarWindowController; in ShadeControllerImpl()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | CentralSurfacesDependenciesModule.java | 248 StatusBarWindowController statusBarWindowController, in provideOngoingCallController() argument 256 ? Optional.of(statusBarWindowController) in provideOngoingCallController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ |
H A D | NotificationIconAreaControllerViewBinderWrapperImpl.kt | 92 private val statusBarWindowController: StatusBarWindowController, 369 statusBarWindowController.statusBarHeight
|