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

Commit b4529b0a authored by Michael Jurka's avatar Michael Jurka Committed by Android (Google) Code Review
Browse files

Merge "HorizontalScrollView should delay child presses" into ics-mr1

parents 18936d7d 9edd58e9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -696,6 +696,11 @@ public class HorizontalScrollView extends FrameLayout {
        return super.onGenericMotionEvent(event);
    }

    @Override
    public boolean shouldDelayChildPressedState() {
        return true;
    }

    @Override
    protected void onOverScrolled(int scrollX, int scrollY,
            boolean clampedX, boolean clampedY) {