Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWindowManagerOcclusionManager.kt194 val localView: View = keyguardViewController.get().getViewRootImpl().getView() in <lambda>() constant
195 val applier = SyncRtSurfaceTransactionApplier(localView) in <lambda>()
DKeyguardViewMediator.java1265 final View localView = mKeyguardViewControllerLazy.get()
1268 new SyncRtSurfaceTransactionApplier(localView);
1351 final View localView = mKeyguardViewControllerLazy.get().getViewRootImpl().getView(); in getRemoteSurfaceAlphaApplier() field in KeyguardViewMediator
1353 new SyncRtSurfaceTransactionApplier(localView); in getRemoteSurfaceAlphaApplier()