Home
last modified time | relevance | path

Searched refs:mCommunalInteractor (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DCommunalTouchHandler.java45 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/
DOpenHubComplication.java169 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/
DDreamOverlayService.java153 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()
DDreamOverlayContainerViewController.java86 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/
DVisualStabilityCoordinator.java75 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/
DDreamOverlayContainerViewControllerTest.java134 CommunalInteractor mCommunalInteractor; field in DreamOverlayContainerViewControllerTest
153 when(mCommunalInteractor.isCommunalShowing()).thenReturn(MutableStateFlow(false)); in setup()
176 mCommunalInteractor, in setup()
DDreamOverlayServiceTest.kt99 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/
DFalsingCollectorImplTest.java96 private CommunalInteractor mCommunalInteractor; field in FalsingCollectorImplTest
128 () -> mCommunalInteractor, () -> mDeviceEntryInteractor, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java119 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/
DCentralSurfacesImpl.java557 private final CommunalInteractor mCommunalInteractor; field in CentralSurfacesImpl
752 mCommunalInteractor = communalInteractor; in CentralSurfacesImpl()
1087 mCommunalInteractor.isIdleOnCommunal(), in registerCallbacks()