Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -49341,7 +49341,7 @@ package android.view { method public void setLayoutDirection(int); method public void setLayoutParams(android.view.ViewGroup.LayoutParams); method public final void setLeft(int); method public void setLeftTopRightBottom(int, int, int, int); method public final void setLeftTopRightBottom(int, int, int, int); method public void setLongClickable(boolean); method protected final void setMeasuredDimension(int, int); method public void setMinimumHeight(int); core/java/android/view/View.java +2 −2 Original line number Diff line number Diff line Loading @@ -21462,7 +21462,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * previous ones * {@hide} */ @UnsupportedAppUsage @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) protected boolean setFrame(int left, int top, int right, int bottom) { boolean changed = false; Loading Loading @@ -21539,7 +21539,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * * @see #setLeft(int), #setRight(int), #setTop(int), #setBottom(int) */ public void setLeftTopRightBottom(int left, int top, int right, int bottom) { public final void setLeftTopRightBottom(int left, int top, int right, int bottom) { setFrame(left, top, right, bottom); } Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -49341,7 +49341,7 @@ package android.view { method public void setLayoutDirection(int); method public void setLayoutParams(android.view.ViewGroup.LayoutParams); method public final void setLeft(int); method public void setLeftTopRightBottom(int, int, int, int); method public final void setLeftTopRightBottom(int, int, int, int); method public void setLongClickable(boolean); method protected final void setMeasuredDimension(int, int); method public void setMinimumHeight(int);
core/java/android/view/View.java +2 −2 Original line number Diff line number Diff line Loading @@ -21462,7 +21462,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * previous ones * {@hide} */ @UnsupportedAppUsage @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) protected boolean setFrame(int left, int top, int right, int bottom) { boolean changed = false; Loading Loading @@ -21539,7 +21539,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * * @see #setLeft(int), #setRight(int), #setTop(int), #setBottom(int) */ public void setLeftTopRightBottom(int left, int top, int right, int bottom) { public final void setLeftTopRightBottom(int left, int top, int right, int bottom) { setFrame(left, top, right, bottom); }