Home
last modified time | relevance | path

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

1234

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingModule.java84 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 DGridTouchVerticalSpacingStackFromBottomTest.java91 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 DInlineSuggestionRoot.java50 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in InlineSuggestionRoot()
/aosp14/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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DCaptionWindowDecoration.java87 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector()
154 .getScaledTouchSlop(); in relayout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DNonInterceptingScrollView.java38 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in NonInterceptingScrollView()
H A DQSScrollLayout.java50 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in QSScrollLayout()
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButton.java81 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent()
/aosp14/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()
H A DTwoFingersDownOrSwipeTest.java67 sSwipeMinDistance = ViewConfiguration.get(sContext).getScaledTouchSlop() + 1; in setupOnce()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java252 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop(); in onTouchEvent()
/aosp14/frameworks/base/core/java/android/view/
H A DTouchDelegate.java99 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in TouchDelegate()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblesNavBarMotionEventHandler.java53 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in BubblesNavBarMotionEventHandler()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuListViewTouchHandler.java65 mTouchSlop = ViewConfiguration.get(recyclerView.getContext()).getScaledTouchSlop(); in onInterceptTouchEvent()
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DMagnificationGestureDetector.java99 final int touchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MagnificationGestureDetector()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSettingsButton.java51 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in SettingsButton()
H A DHeadsUpTouchHelper.java53 mTouchSlop = configuration.getScaledTouchSlop(); in HeadsUpTouchHelper()
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DMagnificationModeSwitchTest.java274 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 DNotificationShadeActivity.java98 mScaledTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in FakeNotificationStackView()

1234