Searched refs:surfaceControlFactory (Results 1 – 3 of 3) sorted by relevance
42 TaskScreenshotAnimatable(Function<SurfaceSession, SurfaceControl.Builder> surfaceControlFactory, in TaskScreenshotAnimatable() argument52 mSurfaceControl = surfaceControlFactory.apply(new SurfaceSession()) in TaskScreenshotAnimatable()
59 public Letterbox(Supplier<SurfaceControl.Builder> surfaceControlFactory, in Letterbox() argument61 mSurfaceControlFactory = surfaceControlFactory; in Letterbox()
1119 Function<SurfaceSession, SurfaceControl.Builder> surfaceControlFactory) { in main() argument1122 atm, transactionFactory, surfaceFactory, surfaceControlFactory), 0); in main()1146 Function<SurfaceSession, SurfaceControl.Builder> surfaceControlFactory) { in WindowManagerService() argument1176 mSurfaceControlFactory = surfaceControlFactory; in WindowManagerService()