Home
last modified time | relevance | path

Searched refs:mCommunalTransitionViewModel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DWMShell.java131 private final CommunalTransitionViewModel mCommunalTransitionViewModel; field in WMShell
216 mCommunalTransitionViewModel = communalTransitionViewModel; in WMShell()
403 mJavaAdapter.alwaysCollectFlow(mCommunalTransitionViewModel.getRecentsBackgroundColor(), in initRecentTasks()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java222 private @Mock CommunalTransitionViewModel mCommunalTransitionViewModel; field in KeyguardViewMediatorTest
244 when(mCommunalTransitionViewModel.getShowCommunalFromOccluded()) in setUp()
246 when(mCommunalTransitionViewModel.getTransitionFromOccludedEnded()) in setUp()
1234 () -> mCommunalTransitionViewModel, in createAndStartViewMediator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1411 private final Lazy<CommunalTransitionViewModel> mCommunalTransitionViewModel;
1539 mCommunalTransitionViewModel = communalTransitionViewModel;
1671 mCommunalTransitionViewModel.get();