Searched refs:surfaceGroupId (Results 1 – 1 of 1) sorted by relevance
128 public OutputConfiguration(int surfaceGroupId, @NonNull Surface surface) { in OutputConfiguration() argument129 this(surfaceGroupId, surface, ROTATION_0); in OutputConfiguration()178 public OutputConfiguration(int surfaceGroupId, @NonNull Surface surface, int rotation) { in OutputConfiguration() argument181 mSurfaceGroupId = surfaceGroupId; in OutputConfiguration()