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

Commit 473ebd77 authored by Shinru Han's avatar Shinru Han
Browse files

Add comment for getMagnitude in CorrelationVector

Bug: 179389247
Test: comment only
Change-Id: I826e7a34940267a32e37ed57074e17c0c17b1515
parent 46569851
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() {