Loading core/java/android/view/View.java +2 −2 Original line number Diff line number Diff line Loading @@ -4714,7 +4714,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * of this view to at least this amount. */ @ViewDebug.ExportedProperty(category = "measurement") @UnsupportedAppUsage @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) private int mMinHeight; /** Loading @@ -4722,7 +4722,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * of this view to at least this amount. */ @ViewDebug.ExportedProperty(category = "measurement") @UnsupportedAppUsage @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) private int mMinWidth; /** Loading
core/java/android/view/View.java +2 −2 Original line number Diff line number Diff line Loading @@ -4714,7 +4714,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * of this view to at least this amount. */ @ViewDebug.ExportedProperty(category = "measurement") @UnsupportedAppUsage @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) private int mMinHeight; /** Loading @@ -4722,7 +4722,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * of this view to at least this amount. */ @ViewDebug.ExportedProperty(category = "measurement") @UnsupportedAppUsage @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) private int mMinWidth; /**