/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardStatusViewController.java | 102 private final KeyguardInteractor mKeyguardInteractor; field in KeyguardStatusViewController 147 mKeyguardInteractor = keyguardInteractor; in KeyguardStatusViewController() 161 collectFlow(mView, mKeyguardInteractor.getDozeTimeTick(), in startCoroutines() 166 collectFlow(mView, mKeyguardInteractor.getScreenModel(), in startCoroutines()
|
H A D | LockIconViewController.java | 122 @NonNull private final KeyguardInteractor mKeyguardInteractor; field in LockIconViewController 213 mKeyguardInteractor = keyguardInteractor; in LockIconViewController() 236 collectFlow(mView, mKeyguardInteractor.isDozing(), mIsDozingCallback); in onInit() 240 collectFlow(mView, mKeyguardInteractor.isActiveDreamLockscreenHosted(), in onInit()
|
H A D | KeyguardClockSwitchController.java | 111 private KeyguardInteractor mKeyguardInteractor; field in KeyguardClockSwitchController 176 mKeyguardInteractor = keyguardInteractor; in KeyguardClockSwitchController() 232 collectFlow(mStatusArea, mKeyguardInteractor.isActiveDreamLockscreenHosted(), in onInit()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationPanelViewControllerBaseTest.java | 329 protected KeyguardInteractor mKeyguardInteractor; field in NotificationPanelViewControllerBaseTest 360 mKeyguardInteractor = keyguardInteractorDeps.getKeyguardInteractor(); in setup() 380 mKeyguardInteractor, in setup() 651 mKeyguardInteractor, in setup()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationPanelViewController.java | 611 private final KeyguardInteractor mKeyguardInteractor; field in NotificationPanelViewController 800 mKeyguardInteractor = keyguardInteractor; in NotificationPanelViewController() 1630 mKeyguardInteractor.setClockPosition( in updateClockAppearance() 1755 return mKeyguardInteractor.isActiveDreamLockscreenHosted().getValue(); in isActiveDreamLockscreenHosted() 2285 return mKeyguardInteractor.getWakefulnessModel().getValue(); in getWakefulness() 2299 mKeyguardInteractor.setKeyguardRootVisibility( in setKeyguardVisibility() 2652 mKeyguardInteractor.setAlpha(alpha); in updateKeyguardBottomAreaAlpha() 2920 mKeyguardInteractor.setAnimateDozingTransitions(animate); in updateDozingVisibilities() 3130 mKeyguardInteractor.setAnimateDozingTransitions(animate); in setDozing() 4352 mKeyguardInteractor.setQuickSettingsVisible(qsVisible); in onQsClippingImmediatelyApplied() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutControllerTest.java | 137 @Mock private KeyguardInteractor mKeyguardInteractor; field in NotificationStackScrollLayoutControllerTest 683 mKeyguardInteractor, in initController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyguardIndicationController.java | 178 private KeyguardInteractor mKeyguardInteractor; field in KeyguardIndicationController 307 mKeyguardInteractor = keyguardInteractor; in KeyguardIndicationController() 391 collectFlow(mIndicationArea, mKeyguardInteractor.isActiveDreamLockscreenHosted(), in setIndicationArea()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 183 private final KeyguardInteractor mKeyguardInteractor; field in NotificationStackScrollLayoutController 580 mKeyguardInteractor.getWakefulnessModel().getValue()); 696 mKeyguardInteractor = keyguardInteractor; in NotificationStackScrollLayoutController()
|