Searched refs:depthController (Results 1 – 4 of 4) sorted by relevance
95 @Mock lateinit var depthController: NotificationShadeDepthController variable in com.android.systemui.statusbar.LockscreenShadeTransitionControllerTest147 notificationShadeDepthController = depthController, in setup()184 depthController = depthController, in setup()348 verify(depthController).transitionToFullShadeProgress = anyFloat() in testDragDownAmountCallsOut()360 verify(depthController).transitionToFullShadeProgress = 0f in testDragDownAmount_depthDistanceIsZero_setsProgressToZero()372 verify(depthController).transitionToFullShadeProgress = 0.1f in testDragDownAmount_depthDistanceNonZero_setsProgressBasedOnDistance()
50 depthController = notificationShadeDepthController, in <lambda>()
72 private val depthController: NotificationShadeDepthController, in <lambda>() constant in com.android.systemui.statusbar.LockscreenShadeTransitionController443 depthController.transitionToFullShadeProgress = 0f in <lambda>()447 depthController.transitionToFullShadeProgress = depthProgress in <lambda>()
165 NotificationShadeDepthController depthController, in NotificationShadeWindowViewController() argument205 mDepthController = depthController; in NotificationShadeWindowViewController()