/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
D | CommunalTouchHandler.java | 45 private final CommunalInteractor mCommunalInteractor; field in CommunalTouchHandler 63 mCommunalInteractor = communalInteractor; in CommunalTouchHandler() 67 mCommunalInteractor.isCommunalAvailable(), in CommunalTouchHandler()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/ |
D | OpenHubComplication.java | 169 private final CommunalInteractor mCommunalInteractor; field in OpenHubComplication.OpenHubChipViewController 181 mCommunalInteractor = communalInteractor; in OpenHubChipViewController() 208 mCommunalInteractor.changeScene(CommunalScenes.Communal, null); in onClickOpenHub()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayService.java | 153 private final CommunalInteractor mCommunalInteractor; field in DreamOverlayService 280 mCommunalInteractor = communalInteractor; in DreamOverlayService() 301 collectFlow(getLifecycle(), mCommunalInteractor.isCommunalAvailable(), in DreamOverlayService() 409 mCommunalInteractor.changeScene(CommunalScenes.Communal, null); in onWakeRequested() 460 mCommunalInteractor.changeScene(CommunalScenes.Blank, null); in onComeToFront()
|
D | DreamOverlayContainerViewController.java | 86 private final CommunalInteractor mCommunalInteractor; field in DreamOverlayContainerViewController 221 mCommunalInteractor = communalInteractor; in DreamOverlayContainerViewController() 280 mCommunalInteractor.isCommunalShowing(), in onViewAttached()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | VisualStabilityCoordinator.java | 75 private final CommunalInteractor mCommunalInteractor; field in VisualStabilityCoordinator 122 mCommunalInteractor = communalInteractor; in VisualStabilityCoordinator() 139 mJavaAdapter.alwaysCollectFlow(mCommunalInteractor.isIdleOnCommunal(), in attach()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/ |
D | DreamOverlayContainerViewControllerTest.java | 134 CommunalInteractor mCommunalInteractor; field in DreamOverlayContainerViewControllerTest 153 when(mCommunalInteractor.isCommunalShowing()).thenReturn(MutableStateFlow(false)); in setup() 176 mCommunalInteractor, in setup()
|
D | DreamOverlayServiceTest.kt | 99 lateinit var mCommunalInteractor: CommunalInteractor variable in com.android.systemui.dreams.DreamOverlayServiceTest 177 mCommunalInteractor = Mockito.spy(kosmos.communalInteractor) in setup() 209 mCommunalInteractor, in setup() 646 verify(mCommunalInteractor).changeScene(eq(CommunalScenes.Communal), isNull()) in testTransitionToGlanceableHub()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
D | FalsingCollectorImplTest.java | 96 private CommunalInteractor mCommunalInteractor; field in FalsingCollectorImplTest 128 () -> mCommunalInteractor, () -> mDeviceEntryInteractor, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowControllerImpl.java | 119 private final Lazy<CommunalInteractor> mCommunalInteractor; field in NotificationShadeWindowControllerImpl 183 mCommunalInteractor = communalInteractor; in NotificationShadeWindowControllerImpl() 329 mCommunalInteractor.get().isCommunalVisible(), in fetchWindowRootView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesImpl.java | 557 private final CommunalInteractor mCommunalInteractor; field in CentralSurfacesImpl 752 mCommunalInteractor = communalInteractor; in CentralSurfacesImpl() 1087 mCommunalInteractor.isIdleOnCommunal(), in registerCallbacks()
|