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

Commit ca360e14 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Fix fallout from merging e5743753 conflicts"

parents b032cd1f 4c05c4c2
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -762,18 +762,6 @@ public class HorizontalScrollView extends FrameLayout {
        awakenScrollBars();
    }

    /**
     * @hide
     */
    @Override
    public void addClickableRectsForAccessibility(List<RectF> outRects) {
        // This class always consumes touch events, therefore if it
        // covers a view we do not want to send a click over it.
        RectF bounds = new RectF();
        bounds.set(0, 0, getWidth(), getHeight());
        outRects.add(bounds);
    }

    /** @hide */
    @Override
    public boolean performAccessibilityActionInternal(int action, Bundle arguments) {