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

Commit 6e1cdb63 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Linkify CLASSIFICATION_AMBIGUOUS_GESTURE

Add a doc link to MotionEvent#CLASSIFICATION_AMBIGUOUS_GESTURE, to make
it easier for readers to cross-reference documentation.

Bug: 125800452
Test: m doc-comment-check-docs
Change-Id: Ic7a5a14d30c0cc3aa57f8bcd6af34e2e684f0437
parent d490ce14
Loading
Loading
Loading
Loading
+2 −2
Original line number 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
     * scrolling, will be inhibited.
     * If a MotionEvent has {@link android.view.MotionEvent#CLASSIFICATION_AMBIGUOUS_GESTURE} set,
     * then certain actions, such as scrolling, will be inhibited.
     * However, to account for the possibility of incorrect classification,
     * the default scrolling will only be inhibited if the pointer travels less than
     * (getScaledTouchSlop() * this factor).