Searched refs:surfaceGroupId (Results 1 – 1 of 1) sorted by relevance
203 public OutputConfiguration(int surfaceGroupId, @NonNull Surface surface) { in OutputConfiguration() argument204 this(surfaceGroupId, surface, ROTATION_0); in OutputConfiguration()252 public OutputConfiguration(int surfaceGroupId, @NonNull Surface surface, int rotation) { in OutputConfiguration() argument255 mSurfaceGroupId = surfaceGroupId; in OutputConfiguration()