Merge "Add a description to the params of keep clear rects APIs." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f829b1332f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user