Searched refs:mSurfaceFactory (Results 1 – 2 of 2) sorted by relevance
117 private Supplier<Surface> mSurfaceFactory = () -> mock(Surface.class); field in SystemServicesTestRule294 () -> mSurfaceFactory.get(), (unused) -> new MockSurfaceControlBuilder());406 mSurfaceFactory = factory;
1074 final Supplier<Surface> mSurfaceFactory; field in WindowManagerService1242 mSurfaceFactory = surfaceFactory; in WindowManagerService()