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

Commit 8ecc5224 authored by shepshapard's avatar shepshapard
Browse files

Restricting access to View.internalSetPadding(...)

Developers can already use the public setPadding(...)
and setPaddingRelative(...) methods.

Bug: 123768420
Test: None.

Change-Id: I3c7bd84699730cb11c2d801aff6340c3ac9c36d3
parent b9218244
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;