Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
DSwipeStatusBarAwayGestureHandler.kt34 private val statusBarWindowController: StatusBarWindowController, constant
38 return ev.y >= statusBarWindowController.statusBarHeight && in startOfGestureIsWithinBounds()
39 ev.y <= 3 * statusBarWindowController.statusBarHeight in startOfGestureIsWithinBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt73 private val statusBarWindowController: StatusBarWindowController, in <lambda>() constant in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController
161 backgroundView?.maxHeightFetcher = { statusBarWindowController.statusBarHeight } in <lambda>()
245 statusBarWindowController.setOngoingProcessRequiresStatusBarVisible(true) in <lambda>()
314 statusBarWindowController.setOngoingProcessRequiresStatusBarVisible(false) in <lambda>()
340 statusBarWindowController.setOngoingProcessRequiresStatusBarVisible(false) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeadsUpChangeListener.java53 StatusBarWindowController statusBarWindowController, in StatusBarHeadsUpChangeListener() argument
62 mStatusBarWindowController = statusBarWindowController; in StatusBarHeadsUpChangeListener()
DLegacyActivityStarterInternalImpl.kt88 private val statusBarWindowController: StatusBarWindowController, in <lambda>() constant in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImpl
513 statusBarWindowController.wrapAnimationControllerIfInStatusBar( in <lambda>()
DLegacyNotificationIconAreaControllerImpl.java140 StatusBarWindowController statusBarWindowController, in LegacyNotificationIconAreaControllerImpl() argument
154 mStatusBarWindowController = statusBarWindowController; in LegacyNotificationIconAreaControllerImpl()
DCentralSurfacesImpl.java614 StatusBarWindowController statusBarWindowController, in CentralSurfacesImpl() argument
720 mStatusBarWindowController = statusBarWindowController; in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/
DStatusBarFragmentModule.java137 StatusBarWindowController statusBarWindowController in providePhoneStatusBarTransitions() argument
139 return new PhoneStatusBarTransitions(view, statusBarWindowController.getBackgroundView()); in providePhoneStatusBarTransitions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemStatusAnimationSchedulerImpl.kt68 private val statusBarWindowController: StatusBarWindowController, in <lambda>() constant in com.android.systemui.statusbar.events.SystemStatusAnimationSchedulerImpl
280 statusBarWindowController.setForceStatusBarVisible(true) in <lambda>()
314 statusBarWindowController.setForceStatusBarVisible(false) in <lambda>()
DSystemEventChipAnimationController.kt47 private val statusBarWindowController: StatusBarWindowController, constant in com.android.systemui.statusbar.events.SystemEventChipAnimationController
247 statusBarWindowController.addViewToWindow(animationWindowView, lp) in init()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DShadeControllerImplTest.kt76 @Mock private lateinit var statusBarWindowController: StatusBarWindowController variable in com.android.systemui.shade.ShadeControllerImplTest
116 statusBarWindowController, in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DSystemStatusAnimationSchedulerImplTest.kt65 @Mock private lateinit var statusBarWindowController: StatusBarWindowController variable in com.android.systemui.statusbar.events.SystemStatusAnimationSchedulerImplTest
89 statusBarWindowController, in setup()
105 whenever(statusBarWindowController.addViewToWindow(any(), any())).then { in setup()
663 statusBarWindowController, in initializeSystemStatusAnimationScheduler()
DSystemEventChipAnimationControllerTest.kt96 statusBarWindowController = sbWindowController, in setup()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt89 @Mock private lateinit var statusBarWindowController: StatusBarWindowController variable in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImplTest
123 statusBarWindowController = statusBarWindowController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerImpl.java86 StatusBarWindowController statusBarWindowController, in ShadeControllerImpl() argument
104 mStatusBarWindowController = statusBarWindowController; in ShadeControllerImpl()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt123 @get:Provides val statusBarWindowController: StatusBarWindowController = mock(), constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java370 StatusBarWindowController statusBarWindowController, in GlobalActionsDialogLite()
407 mStatusBarWindowController = statusBarWindowController; in GlobalActionsDialogLite()
2361 StatusBarWindowController statusBarWindowController,
2382 mStatusBarWindowController = statusBarWindowController;