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

Commit d037df44 authored by Yinglei Wang's avatar Yinglei Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix RangeInfo RANGE_TYPE_PERCENT javadoc"

parents 274d5068 5e3e3936
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5105,7 +5105,7 @@ public class AccessibilityNodeInfo implements Parcelable {
        public static final int RANGE_TYPE_INT = 0;
        /** Range type: float. */
        public static final int RANGE_TYPE_FLOAT = 1;
        /** Range type: percent with values from zero to one.*/
        /** Range type: percent with values from zero to one hundred. */
        public static final int RANGE_TYPE_PERCENT = 2;

        private static final SynchronizedPool<RangeInfo> sPool =