/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/ |
D | SwipeStatusBarAwayGestureHandler.kt | 34 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/ |
D | OngoingCallController.kt | 73 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/ |
D | StatusBarHeadsUpChangeListener.java | 53 StatusBarWindowController statusBarWindowController, in StatusBarHeadsUpChangeListener() argument 62 mStatusBarWindowController = statusBarWindowController; in StatusBarHeadsUpChangeListener()
|
D | LegacyActivityStarterInternalImpl.kt | 88 private val statusBarWindowController: StatusBarWindowController, in <lambda>() constant in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImpl 513 statusBarWindowController.wrapAnimationControllerIfInStatusBar( in <lambda>()
|
D | LegacyNotificationIconAreaControllerImpl.java | 140 StatusBarWindowController statusBarWindowController, in LegacyNotificationIconAreaControllerImpl() argument 154 mStatusBarWindowController = statusBarWindowController; in LegacyNotificationIconAreaControllerImpl()
|
D | CentralSurfacesImpl.java | 614 StatusBarWindowController statusBarWindowController, in CentralSurfacesImpl() argument 720 mStatusBarWindowController = statusBarWindowController; in CentralSurfacesImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/ |
D | StatusBarFragmentModule.java | 137 StatusBarWindowController statusBarWindowController in providePhoneStatusBarTransitions() argument 139 return new PhoneStatusBarTransitions(view, statusBarWindowController.getBackgroundView()); in providePhoneStatusBarTransitions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | SystemStatusAnimationSchedulerImpl.kt | 68 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>()
|
D | SystemEventChipAnimationController.kt | 47 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/ |
D | ShadeControllerImplTest.kt | 76 @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/ |
D | SystemStatusAnimationSchedulerImplTest.kt | 65 @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()
|
D | SystemEventChipAnimationControllerTest.kt | 96 statusBarWindowController = sbWindowController, in setup()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | LegacyActivityStarterInternalImplTest.kt | 89 @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/ |
D | ShadeControllerImpl.java | 86 StatusBarWindowController statusBarWindowController, in ShadeControllerImpl() argument 104 mStatusBarWindowController = statusBarWindowController; in ShadeControllerImpl()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | TestMocksModule.kt | 123 @get:Provides val statusBarWindowController: StatusBarWindowController = mock(), constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 370 StatusBarWindowController statusBarWindowController, in GlobalActionsDialogLite() 407 mStatusBarWindowController = statusBarWindowController; in GlobalActionsDialogLite() 2361 StatusBarWindowController statusBarWindowController, 2382 mStatusBarWindowController = statusBarWindowController;
|