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

Commit 24514250 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Linkify CLASSIFICATION_AMBIGUOUS_GESTURE"

parents fe2c7ed9 6e1cdb63
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -928,8 +928,8 @@ public class ViewConfiguration {
    }
    }


    /**
    /**
     * If a MotionEvent has CLASSIFICATION_AMBIGUOUS_GESTURE set, then certain actions, such as
     * If a MotionEvent has {@link android.view.MotionEvent#CLASSIFICATION_AMBIGUOUS_GESTURE} set,
     * scrolling, will be inhibited.
     * then certain actions, such as scrolling, will be inhibited.
     * However, to account for the possibility of incorrect classification,
     * However, to account for the possibility of incorrect classification,
     * the default scrolling will only be inhibited if the pointer travels less than
     * the default scrolling will only be inhibited if the pointer travels less than
     * (getScaledTouchSlop() * this factor).
     * (getScaledTouchSlop() * this factor).