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

This commit is contained in:
Mateusz Cicheński
2022-05-03 18:09:16 +00:00
committed by Android (Google) Code Review

View File

@@ -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