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

Commit a82017a8 authored by Shinru Han's avatar Shinru Han Committed by Automerger Merge Worker
Browse files

Merge "Add comment for getMagnitude in CorrelationVector" into sc-dev am: 40c904fb

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13877255

Change-Id: Ic24a865005e6003f1bfc361698d6e771107c1aab
parents 8a80f255 40c904fb
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() {