Searched refs:surfaceGroupId (Results 1 – 1 of 1) sorted by relevance
204 public OutputConfiguration(int surfaceGroupId, @NonNull Surface surface) { in OutputConfiguration() argument205 this(surfaceGroupId, surface, ROTATION_0); in OutputConfiguration()253 public OutputConfiguration(int surfaceGroupId, @NonNull Surface surface, int rotation) { in OutputConfiguration() argument256 mSurfaceGroupId = surfaceGroupId; in OutputConfiguration()