/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardStatusViewController.java | 102 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()
|
D | LegacyLockIconViewController.java | 131 @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()
|
D | KeyguardClockSwitchController.java | 122 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/ |
D | KeyguardService.java | 122 private final KeyguardInteractor mKeyguardInteractor; field in KeyguardService 353 mKeyguardInteractor = keyguardInteractor; in KeyguardService() 481 mKeyguardInteractor.setDreaming(true); 489 mKeyguardInteractor.setDreaming(false);
|
D | KeyguardViewMediator.java | 1379 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/ |
D | KeyguardStatusBarViewControllerTest.java | 156 private KeyguardInteractor mKeyguardInteractor; field in KeyguardStatusBarViewControllerTest 168 mKeyguardInteractor = new KeyguardInteractor( in setup() 185 mKeyguardInteractor, in setup()
|
D | ScrimControllerTest.java | 154 @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/ |
D | NotificationPanelViewControllerBaseTest.java | 362 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/ |
D | ScrimController.java | 225 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/ |
D | NotificationPanelViewController.java | 617 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/ |
D | KeyguardIndicationController.java | 187 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/ |
D | KeyguardViewMediatorTest.java | 197 private @Mock KeyguardInteractor mKeyguardInteractor; field in KeyguardViewMediatorTest 1238 mKeyguardInteractor, in createAndStartViewMediator()
|