Searched refs:mSurfaceFactory (Results 1 – 3 of 3) sorted by relevance
150 mWm.mSurfaceFactory = () -> mock(Surface.class); in setUpBase()
276 final Surface surface = mService.mSurfaceFactory.make(); in ScreenRotationAnimation()
870 SurfaceFactory mSurfaceFactory = Surface::new; field in WindowManagerService