Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2f545d7 authored by Clemenz Portmann's avatar Clemenz Portmann Committed by Android (Google) Code Review
Browse files

Merge "Change android.testPatternData --> android.control.testPatternData"

parents 786d279f 5d8bb263
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2856,10 +2856,10 @@ public abstract class CameraMetadata<TKey> {
     * respective color channel provided in
     * respective color channel provided in
     * {@link CaptureRequest#SENSOR_TEST_PATTERN_DATA android.sensor.testPatternData}.</p>
     * {@link CaptureRequest#SENSOR_TEST_PATTERN_DATA android.sensor.testPatternData}.</p>
     * <p>For example:</p>
     * <p>For example:</p>
     * <pre><code>android.testPatternData = [0, 0xFFFFFFFF, 0xFFFFFFFF, 0]
     * <pre><code>android.control.testPatternData = [0, 0xFFFFFFFF, 0xFFFFFFFF, 0]
     * </code></pre>
     * </code></pre>
     * <p>All green pixels are 100% green. All red/blue pixels are black.</p>
     * <p>All green pixels are 100% green. All red/blue pixels are black.</p>
     * <pre><code>android.testPatternData = [0xFFFFFFFF, 0, 0xFFFFFFFF, 0]
     * <pre><code>android.control.testPatternData = [0xFFFFFFFF, 0, 0xFFFFFFFF, 0]
     * </code></pre>
     * </code></pre>
     * <p>All red pixels are 100% red. Only the odd green pixels
     * <p>All red pixels are 100% red. Only the odd green pixels
     * are 100% green. All blue pixels are 100% black.</p>
     * are 100% green. All blue pixels are 100% black.</p>