Home
last modified time | relevance | path

Searched refs:getTouchSlop (Results 1 – 14 of 14) 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.java63 0, -(ViewConfiguration.getTouchSlop() + 1 + 10)); in testShortScroll()
82 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.java69 ViewConfiguration.getTouchSlop()); in testNoScroll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java263 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/
DPanelViewController.java273 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()
DNotificationPanelViewController.java1109 if ((h > getTouchSlop(event) || (h < -getTouchSlop(event) && mQsExpanded)) in onQsIntercept()
/frameworks/base/core/java/android/view/
DViewConfiguration.java711 public static int getTouchSlop() { in getTouchSlop() method in ViewConfiguration
DGestureDetector.java460 touchSlop = ViewConfiguration.getTouchSlop(); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3824 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/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34015 method public static deprecated int getTouchSlop();
/frameworks/base/api/
Dcurrent.txt54687 method @Deprecated public static int getTouchSlop();