Home
last modified time | relevance | path

Searched refs:mShadeInteractor (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessDialog.java64 private final ShadeInteractor mShadeInteractor; field in BrightnessDialog
78 mShadeInteractor = shadeInteractor; in BrightnessDialog()
89 if (mShadeInteractor.isQsExpanded().getValue()) { in onCreate()
95 collectFlow(view, mShadeInteractor.isQsExpanded(), this::onShadeStateChange); in onCreate()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DHeadsUpManagerPhoneTest.java84 @Mock private ShadeInteractor mShadeInteractor; field in HeadsUpManagerPhoneTest
144 mShadeInteractor, in createHeadsUpManagerPhone()
160 when(mShadeInteractor.isAnyExpanded()).thenReturn(StateFlowKt.MutableStateFlow(false)); in setUp()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacyControllerBaseTest.java75 protected @Mock ShadeInteractor mShadeInteractor; field in UdfpsKeyguardViewLegacyControllerBaseTest
157 mShadeInteractor, in createUdfpsKeyguardViewController()
DUdfpsControllerTest.java219 private ShadeInteractor mShadeInteractor; field in UdfpsControllerTest
361 mShadeInteractor, in initUdfpsController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayContainerViewController.java85 private final ShadeInteractor mShadeInteractor; field in DreamOverlayContainerViewController
227 mShadeInteractor = shadeInteractor; in DreamOverlayContainerViewController()
279 mShadeInteractor.isAnyExpanded(), in onViewAttached()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayContainerViewControllerTest.java132 ShadeInteractor mShadeInteractor; field in DreamOverlayContainerViewControllerTest
152 when(mShadeInteractor.isAnyExpanded()).thenReturn(MutableStateFlow(false)); in setup()
175 mShadeInteractor, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java167 protected ShadeInteractor mShadeInteractor; field in QuickSettingsControllerImplBaseTest
213 mShadeInteractor = new ShadeInteractorImpl( in setup()
306 mShadeInteractor, in setup()
DNotificationPanelViewControllerBaseTest.java366 protected ShadeInteractor mShadeInteractor; field in NotificationPanelViewControllerBaseTest
433 mShadeInteractor = new ShadeInteractorImpl( in setup()
463 () -> mShadeInteractor, in setup()
620 () -> mShadeInteractor, in setup()
639 mShadeInteractor, in setup()
683 mNotificationsKeyguardInteractor, mShadeInteractor); in setup()
835 mShadeInteractor, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DFalsingCollectorImplTest.java88 private ShadeInteractor mShadeInteractor; field in FalsingCollectorImplTest
116 when(mShadeInteractor.isQsExpanded()).thenReturn(StateFlowKt.MutableStateFlow(false)); in setUp()
125 () -> mShadeInteractor, mBatteryController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java103 private final ShadeInteractor mShadeInteractor; field in NotificationRemoteInputManager
282 mShadeInteractor = shadeInteractor; in NotificationRemoteInputManager()
295 mJavaAdapter.alwaysCollectFlow(mShadeInteractor.isAnyExpanded(), in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java173 @NonNull private final ShadeInteractor mShadeInteractor; field in UdfpsController
306 mShadeInteractor, in showUdfpsOverlay()
773 mShadeInteractor = shadeInteractor; in UdfpsController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java194 private @Mock ShadeInteractor mShadeInteractor; field in KeyguardViewMediatorTest
266 () -> mShadeInteractor, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java159 private final ShadeInteractor mShadeInteractor; field in QuickSettingsControllerImpl
383 mShadeInteractor = shadeInteractor; in QuickSettingsControllerImpl()
464 mShadeInteractor.isExpandToQsEnabled(), this::setExpansionEnabledPolicy); in init()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java341 private ShadeInteractor mShadeInteractor; field in BubblesTest
398 mShadeInteractor = mKosmos.getShadeInteractor(); in setUp()
416 () -> mShadeInteractor, in setUp()