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

Commit b7d4e426 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

Fix API breakage.

Change-Id: I3133812985a8b8a6ef13999517332b7a227c3451
parent cc5968ea
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -1594,11 +1594,17 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
     */
    protected ViewParent mParent;

    /* @hide */
    /**
     * @hide
     */
    public static final int OVER_SCROLL_SETTING_EDGEGLOW = 1;
    /* @hide */
    /**
     * @hide
     */
    public static final int OVER_SCROLL_SETTING_BOUNCEGLOW = 2;
    /* @hide */
    /**
     * @hide
     */
    public static final int OVER_SCROLL_SETTING_BOUNCE = 3;

    /**