Home
last modified time | relevance | path

Searched refs:mKeyguardInteractor (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java102 private final KeyguardInteractor mKeyguardInteractor; field in KeyguardStatusViewController
192 mKeyguardInteractor = keyguardInteractor; in KeyguardStatusViewController()
233 collectFlow(mView, mKeyguardInteractor.getDozeTimeTick(), in startCoroutines()
489 mKeyguardInteractor.setClockShouldBeCentered(shouldBeCentered); in updateAlignment()
DLegacyLockIconViewController.java131 @NonNull private final KeyguardInteractor mKeyguardInteractor; field in LegacyLockIconViewController
224 mKeyguardInteractor = keyguardInteractor; in LegacyLockIconViewController()
270 collectFlow(mView, mKeyguardInteractor.isDozing(), mIsDozingCallback); in setLockIconView()
274 collectFlow(mView, mKeyguardInteractor.isActiveDreamLockscreenHosted(), in setLockIconView()
DKeyguardClockSwitchController.java122 private KeyguardInteractor mKeyguardInteractor; field in KeyguardClockSwitchController
198 mKeyguardInteractor = keyguardInteractor; in KeyguardClockSwitchController()
260 collectFlow(mStatusArea, mKeyguardInteractor.isActiveDreamLockscreenHosted(), in onInit()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java122 private final KeyguardInteractor mKeyguardInteractor; field in KeyguardService
353 mKeyguardInteractor = keyguardInteractor; in KeyguardService()
481 mKeyguardInteractor.setDreaming(true);
489 mKeyguardInteractor.setDreaming(false);
DKeyguardViewMediator.java1379 private final KeyguardInteractor mKeyguardInteractor;
1511 mKeyguardInteractor = keyguardInteractor;
2729 mKeyguardInteractor.keyguardDoneAnimationsFinished();
3272 mKeyguardInteractor.dismissKeyguard();
3468 mKeyguardInteractor.showKeyguard();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewControllerTest.java156 private KeyguardInteractor mKeyguardInteractor; field in KeyguardStatusBarViewControllerTest
168 mKeyguardInteractor = new KeyguardInteractor( in setup()
185 mKeyguardInteractor, in setup()
DScrimControllerTest.java154 @Mock private KeyguardInteractor mKeyguardInteractor; field in ScrimControllerTest
295 mKeyguardInteractor, in setup()
1243 mKeyguardInteractor, in blankingNotRequired_leavingAoD()
1935 verify(mKeyguardInteractor).setTopClippingBounds(eq(100)); in notificationBoundsTopGetsPassedToKeyguard()
1945 verify(mKeyguardInteractor).setTopClippingBounds(eq(null)); in notificationBoundsTopDoesNotGetPassedToKeyguardWhenNotifScrimIsNotVisible()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java362 protected KeyguardInteractor mKeyguardInteractor; field in NotificationPanelViewControllerBaseTest
417 mKeyguardInteractor = keyguardInteractorDeps.getKeyguardInteractor(); in setup()
450 mKeyguardInteractor, in setup()
481 mKeyguardInteractor, in setup()
756 mKeyguardInteractor, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java225 private final KeyguardInteractor mKeyguardInteractor; field in ScrimController
394 mKeyguardInteractor = keyguardInteractor; in ScrimController()
863 mKeyguardInteractor.setTopClippingBounds((int) top); in setNotificationsBounds()
865 mKeyguardInteractor.setTopClippingBounds(null); in setNotificationsBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java617 private final KeyguardInteractor mKeyguardInteractor; field in NotificationPanelViewController
818 mKeyguardInteractor = keyguardInteractor; in NotificationPanelViewController()
1793 mKeyguardInteractor.setClockShouldBeCentered(shouldBeCentered); in updateKeyguardStatusViewAlignment()
1848 return mKeyguardInteractor.isActiveDreamLockscreenHosted().getValue(); in isActiveDreamLockscreenHosted()
2535 return (int) mKeyguardInteractor.getNotificationContainerBounds() in getKeyguardNotificationStaticPadding()
2541 return (int) mKeyguardInteractor.getNotificationContainerBounds() in getKeyguardNotificationStaticPadding()
2811 mKeyguardInteractor.setAlpha(alpha); in updateKeyguardBottomAreaAlpha()
3023 mKeyguardInteractor.setAnimateDozingTransitions(animate); in updateDozingVisibilities()
3253 mKeyguardInteractor.setAnimateDozingTransitions(animate);
4386 mKeyguardInteractor.setQuickSettingsVisible(qsVisible);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java187 private KeyguardInteractor mKeyguardInteractor; field in KeyguardIndicationController
341 mKeyguardInteractor = keyguardInteractor; in KeyguardIndicationController()
422 collectFlow(mIndicationArea, mKeyguardInteractor.isActiveDreamLockscreenHosted(), in setIndicationArea()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java197 private @Mock KeyguardInteractor mKeyguardInteractor; field in KeyguardViewMediatorTest
1238 mKeyguardInteractor, in createAndStartViewMediator()