Home
last modified time | relevance | path

Searched refs:getTouchSlop (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
DListTouchBottomGravityManyTest.java106 0, ViewConfiguration.getTouchSlop()); in testNoScroll()
128 0, ViewConfiguration.getTouchSlop() + 1 + 10); in testShortScroll()
152 + (distance - ViewConfiguration.getTouchSlop() - 1), firstChild.getTop()); in testLongScroll()
DListOfTouchablesTest.java64 0, -(ViewConfiguration.getTouchSlop() + 1 + 10)); in testShortScroll()
83 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop()); in testLongScroll()
DListTouchManyTest.java154 0, -(ViewConfiguration.getTouchSlop())); in testNoScroll()
171 0, -(ViewConfiguration.getTouchSlop() + 1 + 10)); in testShortScroll()
190 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop()); in testLongScroll()
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
DGridTouchVerticalSpacingTest.java62 0, -(ViewConfiguration.getTouchSlop())); in testNoScroll()
79 0, -(ViewConfiguration.getTouchSlop() + 1 + 10)); in testShortScroll()
98 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop()); in testLongScroll()
DGridTouchVerticalSpacingStackFromBottomTest.java68 ViewConfiguration.getTouchSlop()); in testNoScroll()
/frameworks/base/core/java/android/view/
DViewConfiguration.java535 public static int getTouchSlop() { in getTouchSlop() method in ViewConfiguration
DGestureDetector.java392 touchSlop = ViewConfiguration.getTouchSlop(); in init()
/frameworks/support/v4/java/android/support/v4/widget/
DSlidingPaneLayout.java803 final int slop = mDragHelper.getTouchSlop(); in onInterceptTouchEvent()
843 final int slop = mDragHelper.getTouchSlop(); in onTouchEvent()
DViewDragHelper.java489 public int getTouchSlop() { in getTouchSlop() method in ViewDragHelper
DDrawerLayout.java1206 final int slop = mLeftDragger.getTouchSlop(); in onTouchEvent()
/frameworks/base/api/
Dsystem-current.txt36250 method public static deprecated int getTouchSlop();
Dcurrent.txt34017 method public static deprecated int getTouchSlop();