Searched refs:mSurfaceControlFactory (Results 1 – 6 of 6) sorted by relevance
56 private final Supplier<SurfaceControl.Builder> mSurfaceControlFactory; field in Letterbox98 mSurfaceControlFactory = surfaceControlFactory; in Letterbox()383 mSurface = mSurfaceControlFactory.get() in createSurface()
1235 mSnapshotOverlay = mService.mSurfaceControlFactory.apply(session)
1112 Function<SurfaceSession, SurfaceControl.Builder> mSurfaceControlFactory; field in WindowManagerService1297 mSurfaceControlFactory = surfaceControlFactory; in WindowManagerService()8920 return mSurfaceControlFactory.apply(s); in makeSurfaceBuilder()
4576 mWmService.mSurfaceControlFactory.apply(null), imeTarget); in attachImeScreenshotOnTarget()
179 mWm.mSurfaceControlFactory = new HierarchyRecordingBuilderFactory(mTransaction); in beforeCreateTestDisplay()
1267 mWm.mSurfaceControlFactory = s -> new SurfaceControl.Builder() { in testDrawMagnifiedViewport()