Searched refs:getTouchSlop (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
D | ListTouchBottomGravityManyTest.java | 106 0, ViewConfiguration.getTouchSlop()); in testNoScroll() 128 0, ViewConfiguration.getTouchSlop() + 1 + 10); in testShortScroll() 152 + (distance - ViewConfiguration.getTouchSlop() - 1), firstChild.getTop()); in testLongScroll()
|
D | ListOfTouchablesTest.java | 63 0, -(ViewConfiguration.getTouchSlop() + 1 + 10)); in testShortScroll() 82 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop()); in testLongScroll()
|
D | ListTouchManyTest.java | 154 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/ |
D | GridTouchVerticalSpacingTest.java | 62 0, -(ViewConfiguration.getTouchSlop())); in testNoScroll() 79 0, -(ViewConfiguration.getTouchSlop() + 1 + 10)); in testShortScroll() 98 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop()); in testLongScroll()
|
D | GridTouchVerticalSpacingStackFromBottomTest.java | 68 ViewConfiguration.getTouchSlop()); in testNoScroll()
|
/frameworks/base/core/java/android/view/ |
D | ViewConfiguration.java | 678 public static int getTouchSlop() { in getTouchSlop() method in ViewConfiguration
|
D | GestureDetector.java | 445 touchSlop = ViewConfiguration.getTouchSlop(); in init()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34015 method public static deprecated int getTouchSlop();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 52355 method @Deprecated public static int getTouchSlop();
|
/frameworks/base/api/ |
D | current.txt | 52499 method @Deprecated public static int getTouchSlop();
|