Searched refs:mBouncerlessScrimController (Results 1 – 4 of 4) sorted by relevance
45 ScrimController mBouncerlessScrimController; field in ScrimManagerTest69 mBouncerlessScrimController, mKeyguardStateController); in testControllerSelection()76 assertThat(manager.getCurrentController()).isEqualTo(mBouncerlessScrimController); in testControllerSelection()85 mBouncerlessScrimController, mKeyguardStateController); in testCallback()92 verify(mCallback).onScrimControllerChanged(eq(mBouncerlessScrimController)); in testCallback()
37 private final ScrimController mBouncerlessScrimController; field in ScrimManager70 mBouncerlessScrimController = bouncerlessScrimController; in ScrimManager()81 ? mBouncerlessScrimController in updateController()
117 private final BouncerlessScrimController mBouncerlessScrimController; field in DreamOverlayContainerViewController224 mBouncerlessScrimController = bouncerlessScrimController; in DreamOverlayContainerViewController()268 mBouncerlessScrimController.addCallback(mBouncerlessExpansionCallback); in onViewAttached()302 mBouncerlessScrimController.removeCallback(mBouncerlessExpansionCallback); in onViewDetached()
125 BouncerlessScrimController mBouncerlessScrimController; field in DreamOverlayContainerViewControllerTest173 mBouncerlessScrimController, in setup()328 verify(mBouncerlessScrimController).addCallback(any()); in onViewAttached_addsScrimExpansionCallback()334 verify(mBouncerlessScrimController).removeCallback(any()); in onViewDetached_removesScrimExpansionCallback()