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

Commit b6b7fe18 authored by Shep Shapard's avatar Shep Shapard Committed by Android (Google) Code Review
Browse files

Merge "Restricting access to View.internalSetPadding(...)"

parents f6f2e32b 8ecc5224
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23429,7 +23429,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    /**
     * @hide
     */
    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 123768420)
    protected void internalSetPadding(int left, int top, int right, int bottom) {
        mUserPaddingLeft = left;
        mUserPaddingRight = right;