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

Commit 29ad6549 authored by Mateusz Cicheński's avatar Mateusz Cicheński Committed by Automerger Merge Worker
Browse files

Merge "Add a description to the params of keep clear rects APIs." into tm-dev am: f829b133

parents 362f3683 f829b133
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11863,6 +11863,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * <p>
     * @see #setPreferKeepClear
     * @see #getPreferKeepClearRects
     *
     * @param rects A list of rects in this view's local coordinate system
     */
    public final void setPreferKeepClearRects(@NonNull List<Rect> rects) {
        final ListenerInfo info = getListenerInfo();
@@ -11903,6 +11905,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * @see #setPreferKeepClear
     * @see #getPreferKeepClearRects
     *
     * @param rects A list of rects in this view's local coordinate system
     *
     * @hide
     */
    @SystemApi