Loading core/java/android/view/ViewConfiguration.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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). Loading Loading
core/java/android/view/ViewConfiguration.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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). Loading