/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/draghelper/ |
H A D | SpeedDialFavoritesViewHolderOnTouchListener.java | 92 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 D | GridTouchVerticalSpacingStackFromBottomTest.java | 91 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 D | SingleAxisSwipeDetectorTest.java | 82 mTouchSlop = orgConfig.getScaledTouchSlop(); in setup() 83 doReturn(mTouchSlop).when(mMockConfig).getScaledTouchSlop(); in setup()
|
/aosp12/frameworks/base/test-runner/src/android/test/ |
H A D | TouchUtils.java | 285 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 D | InlineSuggestionRoot.java | 50 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in InlineSuggestionRoot()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | FalsingModule.java | 82 return viewConfiguration.getScaledTouchSlop(); in providesSingleTapTouchSlop()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | NonInterceptingScrollView.java | 36 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in NonInterceptingScrollView()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | SimpleSwipe.java | 40 mSwipeMinDistance = ViewConfiguration.get(context).getScaledTouchSlop(); in SimpleSwipe()
|
H A D | TwoFingersDownOrSwipe.java | 47 mSwipeMinDistance = ViewConfiguration.get(context).getScaledTouchSlop(); in TwoFingersDownOrSwipe()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | CheckLongPressHelper.java | 47 mSlop = ViewConfiguration.get(mView.getContext()).getScaledTouchSlop(); in CheckLongPressHelper()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
H A D | CropView.java | 263 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop(); in onTouchEvent()
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
H A D | CropView.java | 252 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 D | FastScroller.java | 53 recyclerView.getContext()).getScaledTouchSlop(); in FastScroller()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | EmergencyButton.java | 86 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | SimpleSwipeTest.java | 81 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 D | FastScroller.java | 57 recyclerView.getContext()).getScaledTouchSlop(); in FastScroller()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | TouchDelegate.java | 99 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in TouchDelegate()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | MultiTap.java | 49 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MultiTap()
|
H A D | SecondFingerMultiTap.java | 49 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in SecondFingerMultiTap()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | MagnificationGestureDetector.java | 98 final int touchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MagnificationGestureDetector()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | SettingsButton.java | 49 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in SettingsButton()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | MagnificationModeSwitchTest.java | 273 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 D | MainActivityLayout.java | 57 mSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MainActivityLayout()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | EditorTouchState.java | 189 int touchSlop = config.getScaledTouchSlop(); in update()
|
H A D | ForwardingListener.java | 64 mScaledTouchSlop = ViewConfiguration.get(src.getContext()).getScaledTouchSlop(); in ForwardingListener()
|