Searched defs:mSurfaceFactory (Results 1 – 2 of 2) sorted by relevance
117 private Supplier<Surface> mSurfaceFactory = () -> mock(Surface.class); field in SystemServicesTestRule
1078 final Supplier<Surface> mSurfaceFactory; field in WindowManagerService