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

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

Merge "Fix for Hidden API Landroid/widget/ScrollView;->mOverflingDistance:I in ligt-grey list"

parents f8896f8d 420654a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -145,9 +145,9 @@ public class ScrollView extends FrameLayout {
    private int mMinimumVelocity;
    private int mMaximumVelocity;

    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = VERSION_CODES.P, trackingBug = 124050903)
    private int mOverscrollDistance;
    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = VERSION_CODES.P, trackingBug = 124050903)
    private int mOverflingDistance;

    private float mVerticalScrollFactor;