Loading core/java/android/view/View.java +4 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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 Loading
core/java/android/view/View.java +4 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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