Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DSwipeStatusBarAwayGestureHandler.kt34 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 DStatusBarEventsModule.kt52 statusBarWindowController: StatusBarWindowController,
63 statusBarWindowController,
73 statusBarWindowController,
H A DSystemStatusAnimationSchedulerLegacyImpl.kt60 private val statusBarWindowController: StatusBarWindowController,
177 statusBarWindowController.setForceStatusBarVisible(true)
210 statusBarWindowController.setForceStatusBarVisible(false)
H A DSystemStatusAnimationSchedulerImpl.kt68 private val statusBarWindowController: StatusBarWindowController,
273 statusBarWindowController.setForceStatusBarVisible(true)
307 statusBarWindowController.setForceStatusBarVisible(false)
H A DSystemEventChipAnimationController.kt49 private val statusBarWindowController: StatusBarWindowController,
250 statusBarWindowController.addViewToWindow(animationWindowView, lp)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt64 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 DStatusBarHeadsUpChangeListener.java49 StatusBarWindowController statusBarWindowController, in StatusBarHeadsUpChangeListener() argument
57 mStatusBarWindowController = statusBarWindowController; in StatusBarHeadsUpChangeListener()
H A DActivityStarterImpl.kt80 private val statusBarWindowController: StatusBarWindowController,
887 statusBarWindowController.wrapAnimationControllerIfInStatusBar(
H A DLegacyNotificationIconAreaControllerImpl.java143 StatusBarWindowController statusBarWindowController, in LegacyNotificationIconAreaControllerImpl() argument
158 mStatusBarWindowController = statusBarWindowController; in LegacyNotificationIconAreaControllerImpl()
H A DCentralSurfacesImpl.java683 StatusBarWindowController statusBarWindowController, in CentralSurfacesImpl() argument
790 mStatusBarWindowController = statusBarWindowController; in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DShadeControllerImplTest.kt54 @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 DNotificationIconAreaControllerViewBinderWrapperImplTest.kt62 @Mock private lateinit var statusBarWindowController: StatusBarWindowController
92 statusBarWindowController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/
H A DStatusBarFragmentModule.java150 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 DSystemStatusAnimationSchedulerImplTest.kt64 @Mock private lateinit var statusBarWindowController: StatusBarWindowController
91 statusBarWindowController,
104 whenever(statusBarWindowController.addViewToWindow(any(), any())).then {
591 statusBarWindowController,
H A DSystemEventChipAnimationControllerTest.kt90 statusBarWindowController = sbWindowController,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImplTest.kt73 @Mock private lateinit var statusBarWindowController: StatusBarWindowController
103 statusBarWindowController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java89 StatusBarWindowController statusBarWindowController, in ShadeControllerImpl() argument
102 mStatusBarWindowController = statusBarWindowController; in ShadeControllerImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DCentralSurfacesDependenciesModule.java248 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 DNotificationIconAreaControllerViewBinderWrapperImpl.kt92 private val statusBarWindowController: StatusBarWindowController,
369 statusBarWindowController.statusBarHeight