Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DUnlockedScreenOffAnimationControllerTest.kt72 private lateinit var shadeLockscreenInteractor: ShadeLockscreenInteractor variable in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationControllerTest
106 { shadeLockscreenInteractor }, in setUp()
140 verify(shadeLockscreenInteractor, times(1)).showAodUi() in testAodUiShownIfNotInteractive()
156 verify(shadeLockscreenInteractor, never()).showAodUi() in testAodUiShowNotInvokedIfWakingUp()
178 verify(shadeLockscreenInteractor, never()).showAodUi() in testAodUiNotShownIfInteractive()
193 verify(shadeLockscreenInteractor).showAodUi() in testAodUiShownIfGloballyInteractiveButDefaultDisplayNotInteractive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeKeyguardTransitionController.kt21 @Assisted private val shadeLockscreenInteractor: ShadeLockscreenInteractor, constant in com.android.systemui.statusbar.LockscreenShadeKeyguardTransitionController
75 shadeLockscreenInteractor.setKeyguardTransitionProgress(alpha, translationY) in onDragDownAmountChanged()
78 shadeLockscreenInteractor.setKeyguardStatusBarAlpha(statusBarAlpha) in onDragDownAmountChanged()
120 shadeLockscreenInteractor: ShadeLockscreenInteractor in interface()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt104 @Mock lateinit var shadeLockscreenInteractor: ShadeLockscreenInteractor variable in com.android.systemui.statusbar.LockscreenShadeTransitionControllerTest
177 shadeLockscreenInteractor = notificationPanelController, in setup()
197 shadeLockscreenInteractorLazy = {shadeLockscreenInteractor}, in setup()
296 verify(shadeLockscreenInteractor).transitionToExpandedShade(anyLong()) in testGoToLockedShadeCreatesQSAnimation()
304 verify(shadeLockscreenInteractor).transitionToExpandedShade(anyLong()) in testGoToLockedShadeDoesntCreateQSAnimation()
312 verify(shadeLockscreenInteractor).transitionToExpandedShade(anyLong()) in testGoToLockedShadeAlwaysCreatesQSAnimationInSplitShade()
379 verify(shadeLockscreenInteractor).setKeyguardTransitionProgress(anyFloat(), anyInt()) in setDragAmount_setsKeyguardTransitionProgress()
391 verify(shadeLockscreenInteractor).setKeyguardTransitionProgress(eq(expectedAlpha), anyInt()) in setDragAmount_setsKeyguardAlphaBasedOnDistance()
404 verify(shadeLockscreenInteractor).setKeyguardTransitionProgress(anyFloat(), eq(0)) in setDragAmount_notInSplitShade_setsKeyguardTranslationToZero()
417 verify(shadeLockscreenInteractor) in setDragAmount_inSplitShade_setsKeyguardTranslationBasedOnMediaTranslation()
[all …]
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/
DDozeServiceHostKosmos.kt28 import com.android.systemui.shade.domain.interactor.shadeLockscreenInteractor
57 shadeLockscreenInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DUdfpsKeyguardInteractor.kt44 shadeLockscreenInteractor: ShadeLockscreenInteractor, in <lambda>()
76 shadeLockscreenInteractor in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerKosmos.kt32 import com.android.systemui.shade.domain.interactor.shadeLockscreenInteractor
63 shadeLockscreenInteractorLazy = { shadeLockscreenInteractor }, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/domain/interactor/
DShadeLockscreenInteractorKosmos.kt26 val Kosmos.shadeLockscreenInteractor by constant
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardViewController.java188 ShadeLockscreenInteractor shadeLockscreenInteractor, in registerCentralSurfaces() argument
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DUdfpsKeyguardInteractorTest.kt37 import com.android.systemui.shade.domain.interactor.shadeLockscreenInteractor
114 kosmos.shadeLockscreenInteractor, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java129 ShadeLockscreenInteractor shadeLockscreenInteractor, in DozeServiceHost() argument
149 mShadeLockscreenInteractor = shadeLockscreenInteractor; in DozeServiceHost()
DStatusBarKeyguardViewManager.java440 ShadeLockscreenInteractor shadeLockscreenInteractor, in registerCentralSurfaces() argument
448 mShadeLockscreenInteractor = shadeLockscreenInteractor; in registerCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java3613 ShadeLockscreenInteractor shadeLockscreenInteractor,
3620 shadeLockscreenInteractor,