Home
last modified time | relevance | path

Searched refs:mRootViewController (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java109 private KeyguardRootViewController mRootViewController; field in KeyguardBouncer
473 mRootViewController = component.getKeyguardRootViewController(); in inflateView()
474 mRootViewController.init(); in inflateView()
475 mRoot = mRootViewController.getView(); // TODO(b/166448040): Don't access root view here. in inflateView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncerTest.java95 private KeyguardRootViewController mRootViewController; field in KeyguardBouncerTest
124 .thenReturn(mRootViewController); in setup()
126 when(mRootViewController.getView()).thenReturn(mRootView); in setup()