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

Commit 17048b84 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Revert "Remove the View#initializeScrollbars API""

parents 0604dbc1 d20aa6c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31300,6 +31300,7 @@ package android.view {
    method public boolean hasWindowFocus();
    method public static android.view.View inflate(android.content.Context, int, android.view.ViewGroup);
    method protected void initializeFadingEdge(android.content.res.TypedArray);
    method protected void initializeScrollbars(android.content.res.TypedArray);
    method public void invalidate(android.graphics.Rect);
    method public void invalidate(int, int, int, int);
    method public void invalidate();
+0 −8
Original line number Diff line number Diff line
package android.view {

  public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback {
    method protected void initializeScrollbars(android.content.res.TypedArray);
  }

}
+0 −3
Original line number Diff line number Diff line
@@ -4319,9 +4319,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * </p>
     *
     * @param a the styled attributes set to initialize the scrollbars from
     *
     * @removed Apps were never able to call this safely since the TypedArray parameter
     * must have been obtained by filtering on android.R.styleable.View, which is not public.
     */
    protected void initializeScrollbars(TypedArray a) {
        initScrollCache();