/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 | 69 ViewConfiguration.getTouchSlop()); in testNoScroll()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 263 private float getTouchSlop(MotionEvent event) { in getTouchSlop() method in ExpandHelper 315 if (yDiff > getTouchSlop(ev) && yDiff > Math.abs(xDiff)) { in onInterceptTouchEvent() 443 if (yDiff > getTouchSlop(ev) && yDiff > Math.abs(xDiff)) { in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelViewController.java | 273 protected float getTouchSlop(MotionEvent event) { in getTouchSlop() method in PanelViewController 1158 float touchSlop = getTouchSlop(event); in onInterceptTouchEvent() 1276 if (Math.abs(h) > getTouchSlop(event) in onTouch()
|
D | NotificationPanelViewController.java | 1109 if ((h > getTouchSlop(event) || (h < -getTouchSlop(event) && mQsExpanded)) in onQsIntercept()
|
/frameworks/base/core/java/android/view/ |
D | ViewConfiguration.java | 711 public static int getTouchSlop() { in getTouchSlop() method in ViewConfiguration
|
D | GestureDetector.java | 460 touchSlop = ViewConfiguration.getTouchSlop(); in init()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3824 private float getTouchSlop(MotionEvent event) { 3985 final float touchSlop = getTouchSlop(ev); 4179 final float touchSlop = getTouchSlop(ev); 4265 if (yDiff > getTouchSlop(ev) && yDiff > xDiff) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34015 method public static deprecated int getTouchSlop();
|
/frameworks/base/api/ |
D | current.txt | 54687 method @Deprecated public static int getTouchSlop();
|