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

Commit 40c904fb authored by Shinru Han's avatar Shinru Han Committed by Android (Google) Code Review
Browse files

Merge "Add comment for getMagnitude in CorrelationVector" into sc-dev

parents 305cd29d 473ebd77
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -77,6 +77,9 @@ public final class CorrelationVector implements Parcelable {
     * be encoded as signed 16 bit integer where 1 is represented by 32767 and -1 is represented
     * by -32768.
     *
     * <p>The values are quantized using a 16bit integer to save on the data size since the array
     * contains real data and it might grow.
     *
     */
    @NonNull
    public int[] getMagnitude() {