Loading core/java/android/widget/HorizontalScrollView.java +0 −12 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
core/java/android/widget/HorizontalScrollView.java +0 −12 Original line number Diff line number Diff line Loading @@ -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) { Loading