Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ce0e27c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Restrict unsupported API usage to View#mMinWidth/Height"

parents 50f84e88 94248123
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
    /**
@@ -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;
    /**