Home
last modified time | relevance | path

Searched refs:goToLockedShade (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt141 transitionController.goToLockedShade(null) in testGoingToLockedShade()
148 transitionController.goToLockedShade(null) in testGoToLockedShadeOnlyOnKeyguard()
150 transitionController.goToLockedShade(null) in testGoToLockedShadeOnlyOnKeyguard()
152 transitionController.goToLockedShade(null) in testGoToLockedShadeOnlyOnKeyguard()
159 transitionController.goToLockedShade(null) in testDontGoWhenShadeDisabled()
166 transitionController.goToLockedShade(row) in testUserExpandsViewOnGoingToFullShade()
174 transitionController.goToLockedShade(null) in testTriggeringBouncerWhenPrivateNotificationsArentAllowed()
183 transitionController.goToLockedShade(null) in testTriggeringBouncerNoNotificationsOnLockscreen()
191 transitionController.goToLockedShade(null) in testGoToLockedShadeCreatesQSAnimation()
199 transitionController.goToLockedShade(null, needsQSAnimation = false) in testGoToLockedShadeDoesntCreateQSAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionController.kt167 goToLockedShade(it) in <lambda>()
381 fun goToLockedShade(expandedView: View?, needsQSAnimation: Boolean = true) { in <lambda>() method
DPulseExpansionHandler.kt236 lockscreenShadeTransitionController.goToLockedShade(startingChild, in finishExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java405 mShadeTransitionController.goToLockedShade(clickedEntry.getRow()); in onExpandClicked()