Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchBottomGravityManyTest.java106 0, ViewConfiguration.getTouchSlop()); in testNoScroll()
128 0, ViewConfiguration.getTouchSlop() + 1 + 10); in testShortScroll()
152 + (distance - ViewConfiguration.getTouchSlop() - 1), firstChild.getTop()); in testLongScroll()
H A DListOfTouchablesTest.java63 0, -(ViewConfiguration.getTouchSlop() + 1 + 10)); in testShortScroll()
82 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop()); in testLongScroll()
H A 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()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A 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()
H A DGridTouchVerticalSpacingStackFromBottomTest.java69 ViewConfiguration.getTouchSlop()); in testNoScroll()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
H A DLongPressHandlingViewInteractionHandler.kt71 if (event.distanceMoved > ViewConfiguration.getTouchSlop()) {
79 event.distanceMoved <= ViewConfiguration.getTouchSlop() &&
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/view/
H A DLongPressHandlingViewInteractionHandlerTest.kt84 distanceMoved = ViewConfiguration.getTouchSlop() - 0.1f,
131 distanceMoved = ViewConfiguration.getTouchSlop() + 0.1f,
148 distanceMoved = ViewConfiguration.getTouchSlop().toFloat(),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardQuickAffordanceOnTouchListener.kt78 ) > ViewConfiguration.getTouchSlop()
93 ViewConfiguration.getTouchSlop() &&
H A DKeyguardSettingsButtonOnTouchListener.kt46 val isClick = distanceMoved < ViewConfiguration.getTouchSlop()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java283 private float getTouchSlop(MotionEvent event) { in getTouchSlop() method in ExpandHelper
335 if (yDiff > getTouchSlop(ev) && yDiff > Math.abs(xDiff)) { in onInterceptTouchEvent()
463 if (yDiff > getTouchSlop(ev) && yDiff > Math.abs(xDiff)) { in onTouchEvent()
H A DSwipeHelper.java680 if (absDelta >= getTouchSlop(ev)) { in onTouchEvent()
855 private float getTouchSlop(MotionEvent event) { in getTouchSlop() method in SwipeHelper
/aosp14/frameworks/base/core/java/android/view/
H A DViewConfiguration.java767 public static int getTouchSlop() { in getTouchSlop() method in ViewConfiguration
H A DGestureDetector.java466 touchSlop = ViewConfiguration.getTouchSlop(); in init()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3468 private float getTouchSlop(MotionEvent event) { in getTouchSlop() method
3585 final float touchSlop = getTouchSlop(ev); in onScrollTouch()
3757 final float touchSlop = getTouchSlop(ev); in handleEmptySpaceClick()
3862 if (yDiff > getTouchSlop(ev) && yDiff > xDiff) { in onInterceptTouchEventScroll()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java3622 float getTouchSlop(MotionEvent event) { in getTouchSlop() method
4967 float touchSlop = getTouchSlop(event);
5217 if (Math.abs(h) > getTouchSlop(event)
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof6716 HSPLandroidx/compose/ui/platform/AndroidViewConfiguration;->getTouchSlop()F
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53003 method @Deprecated public static int getTouchSlop();