/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | FalsingModule.java | 84 return viewConfiguration.getScaledTouchSlop(); in providesSingleTapTouchSlop() 91 return viewConfiguration.getScaledTouchSlop() * 1.25f; in providesLongTapTouchSlop()
|
/aosp14/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()
|
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | InlineSuggestionRoot.java | 50 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in InlineSuggestionRoot()
|
/aosp14/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()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | CaptionWindowDecoration.java | 87 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector() 154 .getScaledTouchSlop(); in relayout()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | NonInterceptingScrollView.java | 38 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in NonInterceptingScrollView()
|
H A D | QSScrollLayout.java | 50 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in QSScrollLayout()
|
/aosp14/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()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | EmergencyButton.java | 81 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent()
|
/aosp14/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()
|
H A D | TwoFingersDownOrSwipeTest.java | 67 sSwipeMinDistance = ViewConfiguration.get(sContext).getScaledTouchSlop() + 1; in setupOnce()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
H A D | CropView.java | 252 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop(); in onTouchEvent()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | TouchDelegate.java | 99 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in TouchDelegate()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubblesNavBarMotionEventHandler.java | 53 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in BubblesNavBarMotionEventHandler()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | MenuListViewTouchHandler.java | 65 mTouchSlop = ViewConfiguration.get(recyclerView.getContext()).getScaledTouchSlop(); in onInterceptTouchEvent()
|
/aosp14/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()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | MagnificationGestureDetector.java | 99 final int touchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MagnificationGestureDetector()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | SettingsButton.java | 51 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in SettingsButton()
|
H A D | HeadsUpTouchHelper.java | 53 mTouchSlop = configuration.getScaledTouchSlop(); in HeadsUpTouchHelper()
|
/aosp14/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()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | MagnificationModeSwitchTest.java | 274 final int offset = ViewConfiguration.get(mContext).getScaledTouchSlop() + 10; in onDraggingGestureFinish_buttonIsShowing_stickToRightEdge() 334 final int offset = ViewConfiguration.get(mContext).getScaledTouchSlop() + 10; in performDragging_showMagnificationButton_updateViewLayout() 376 final int offset = ViewConfiguration.get(mContext).getScaledTouchSlop() + 10; in performDraggingActionCanceled_showButtonAnimation()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
H A D | NotificationShadeActivity.java | 98 mScaledTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in FakeNotificationStackView()
|