Searched refs:goToLockedShade (Results 1 – 10 of 10) sorted by relevance
233 transitionController.goToLockedShade(null) in testGoingToLockedShade()240 transitionController.goToLockedShade(null) in testWakingToShadeLockedWhenDozing()248 transitionController.goToLockedShade(null) in testNotWakingToShadeLockedWhenNotDozing()259 transitionController.goToLockedShade(null) in testGoToLockedShadeOnlyOnKeyguard()261 transitionController.goToLockedShade(null) in testGoToLockedShadeOnlyOnKeyguard()272 transitionController.goToLockedShade(null) in testDontGoWhenShadeDisabled()279 transitionController.goToLockedShade(row) in testUserExpandsViewOnGoingToFullShade()286 transitionController.goToLockedShade(null) in testTriggeringBouncerNoNotificationsOnLockscreen()294 transitionController.goToLockedShade(null) in testGoToLockedShadeCreatesQSAnimation()302 transitionController.goToLockedShade(null, needsQSAnimation = false) in testGoToLockedShadeDoesntCreateQSAnimation()[all …]
57 keyguardTransitionController.goToLockedShade(null) in <lambda>()
135 verify(keyguardTransitionController).goToLockedShade(isNull(), eq(true)) in goToLockedShadeFromShelf_invokesKeyguardTransitionController()
147 verify(keyguardTransitionController).goToLockedShade(Mockito.isNull(), eq(true)) in onClicked_goesToLockedShade()
388 goToLockedShade() in calculateTransformationType_onLockShade_inSplitShade_notExpanding_returnsFade()399 goToLockedShade() in testTransformationOnLockScreenToQQSisFading()716 private fun goToLockedShade() { in goToLockedShade() method in com.android.systemui.media.controls.ui.controller.MediaHierarchyManagerTest
249 lockscreenShadeTransitionController.goToLockedShade( in <lambda>()
524 fun goToLockedShade(expandedView: View?, needsQSAnimation: Boolean = true) { in <lambda>() method
249 mShadeTransitionController.goToLockedShade(clickedEntry.getRow()); in onExpandClicked()
1033 verify(mLockscreenShadeTransitionController).goToLockedShade( in testExpandWithQsMethodIsUsingLockscreenTransitionController()
2096 mLockscreenShadeTransitionController.goToLockedShade( in expandToQs()