Home
last modified time | relevance | path

Searched refs:getScaledTouchSlop (Results 1 – 25 of 109) sorted by relevance

12345

/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/draghelper/
H A DSpeedDialFavoritesViewHolderOnTouchListener.java92 return Math.abs(startX - event.getX()) > configuration.getScaledTouchSlop() in moveEventExceedsTouchSlop()
93 || Math.abs(startY - event.getY()) > configuration.getScaledTouchSlop(); in moveEventExceedsTouchSlop()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchVerticalSpacingStackFromBottomTest.java91 mViewConfig.getScaledTouchSlop() + 1 + 10); in testShortScroll()
116 + (distance - mViewConfig.getScaledTouchSlop() - 1), firstChild.getTop()); in testLongScroll()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
H A DSingleAxisSwipeDetectorTest.java82 mTouchSlop = orgConfig.getScaledTouchSlop(); in setup()
83 doReturn(mTouchSlop).when(mMockConfig).getScaledTouchSlop(); in setup()
/aosp12/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java285 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in tapView()
325 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in touchAndCancelView()
361 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in clickView()
421 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in longClickView()
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DInlineSuggestionRoot.java50 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in InlineSuggestionRoot()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingModule.java82 return viewConfiguration.getScaledTouchSlop(); in providesSingleTapTouchSlop()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DNonInterceptingScrollView.java36 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in NonInterceptingScrollView()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DSimpleSwipe.java40 mSwipeMinDistance = ViewConfiguration.get(context).getScaledTouchSlop(); in SimpleSwipe()
H A DTwoFingersDownOrSwipe.java47 mSwipeMinDistance = ViewConfiguration.get(context).getScaledTouchSlop(); in TwoFingersDownOrSwipe()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCheckLongPressHelper.java47 mSlop = ViewConfiguration.get(mView.getContext()).getScaledTouchSlop(); in CheckLongPressHelper()
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DCropView.java263 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop(); in onTouchEvent()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java252 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop(); in onTouchEvent()
/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/
H A DFastScroller.java53 recyclerView.getContext()).getScaledTouchSlop(); in FastScroller()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButton.java86 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DSimpleSwipeTest.java81 final float swipeDistance = ViewConfiguration.get(mContext).getScaledTouchSlop() + 1; in sendSwipeEvent_onGestureCompleted()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
H A DFastScroller.java57 recyclerView.getContext()).getScaledTouchSlop(); in FastScroller()
/aosp12/frameworks/base/core/java/android/view/
H A DTouchDelegate.java99 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in TouchDelegate()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DMultiTap.java49 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MultiTap()
H A DSecondFingerMultiTap.java49 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in SecondFingerMultiTap()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationGestureDetector.java98 final int touchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MagnificationGestureDetector()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSettingsButton.java49 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in SettingsButton()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitchTest.java273 final int offset = ViewConfiguration.get(mContext).getScaledTouchSlop() + 10; in onDraggingGestureFinish_buttonIsShowing_stickToRightEdge()
335 final int offset = ViewConfiguration.get(mContext).getScaledTouchSlop() + 10; in performDragging_showMagnificationButton_updateViewLayout()
381 final int offset = ViewConfiguration.get(mContext).getScaledTouchSlop() + 10; in performDraggingActionCanceled_showButtonAnimation()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DMainActivityLayout.java57 mSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MainActivityLayout()
/aosp12/frameworks/base/core/java/android/widget/
H A DEditorTouchState.java189 int touchSlop = config.getScaledTouchSlop(); in update()
H A DForwardingListener.java64 mScaledTouchSlop = ViewConfiguration.get(src.getContext()).getScaledTouchSlop(); in ForwardingListener()

12345