/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
H A 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()
|
H A D | ListOfTouchablesTest.java | 63 0, -(ViewConfiguration.getTouchSlop() + 1 + 10)); in testShortScroll() 82 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop()); in testLongScroll()
|
H A 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()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
H A 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()
|
H A D | GridTouchVerticalSpacingStackFromBottomTest.java | 69 ViewConfiguration.getTouchSlop()); in testNoScroll()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
H A D | LongPressHandlingViewInteractionHandler.kt | 71 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 D | LongPressHandlingViewInteractionHandlerTest.kt | 84 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 D | KeyguardQuickAffordanceOnTouchListener.kt | 78 ) > ViewConfiguration.getTouchSlop() 93 ViewConfiguration.getTouchSlop() &&
|
H A D | KeyguardSettingsButtonOnTouchListener.kt | 46 val isClick = distanceMoved < ViewConfiguration.getTouchSlop()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ExpandHelper.java | 283 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 D | SwipeHelper.java | 680 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 D | ViewConfiguration.java | 767 public static int getTouchSlop() { in getTouchSlop() method in ViewConfiguration
|
H A D | GestureDetector.java | 466 touchSlop = ViewConfiguration.getTouchSlop(); in init()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 3468 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 D | NotificationPanelViewController.java | 3622 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 D | profile.txt.prof | 6716 HSPLandroidx/compose/ui/platform/AndroidViewConfiguration;->getTouchSlop()F
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 53003 method @Deprecated public static int getTouchSlop();
|