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

Commit 2883db9f authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz
Browse files

[ProgressStyle] Document the default value for ID

Bug: 414668120
Test: Presubmit
Flag: android.app.api_rich_ongoing
Change-Id: I58c0024d66b580acfe76e605634ce6d4b9009b56
parent 74f8d6db
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -12293,6 +12293,7 @@ public class Notification implements Parcelable
            /**
             * Optional ID used to uniquely identify the element across updates.
             * The default is 0.
             */
            public @NonNull Segment setId(int id) {
                mId = id;
@@ -12344,7 +12345,7 @@ public class Notification implements Parcelable
        public static final class Point {
            private int mPosition;
            private int mId;
            private int mId = 0;
            @ColorInt
            private int mColor = Notification.COLOR_DEFAULT;
@@ -12379,6 +12380,7 @@ public class Notification implements Parcelable
            /**
             * Optional ID used to uniquely identify the element across updates.
             * The default is 0.
             */
            public @NonNull Point setId(int id) {
                mId = id;