Home
last modified time | relevance | path

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

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingModule.java94 return viewConfiguration.getScaledTouchSlop(); in providesSingleTapTouchSlop()
101 return viewConfiguration.getScaledTouchSlop() * 1.25f; in providesLongTapTouchSlop()
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
DGridTouchVerticalSpacingStackFromBottomTest.java91 mViewConfig.getScaledTouchSlop() + 1 + 10); in testShortScroll()
116 + (distance - mViewConfig.getScaledTouchSlop() - 1), firstChild.getTop()); in testLongScroll()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandlerTest.java742 final float sWipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop(); in testFirstFingerSwipe_twoPointerDownAndActivatedState_panningState()
760 final float sWipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop(); in testSecondFingerSwipe_twoPointerDownAndActivatedState_shouldInPanningState()
779 final float sWipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop(); in testTowFingerSwipe_twoPointerDownAndShortcutTriggeredState_shouldInPanningState()
798 final float sWipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop(); in testSecondFingerSwipe_twoPointerDownAndActivatedState_panningState()
816 final float sWipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop(); in testSecondFingerSwipe_twoPointerDownAndShortcutTriggeredState_panningState()
876 final float swipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop() + 1; in testSingleFingerOverscrollAtLeftEdge_isNotWatch_transitionToDelegatingState()
899 final float swipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop() + 1; in testSingleFingerOverscrollAtBottomEdge_isNotWatch_transitionToDelegatingState()
922 final float swipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop() + 1; in testSingleFingerOverscrollAtLeftEdge_isWatch_expectedOverscrollState()
946 final float swipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop() + 1; in testSingleFingerOverscrollAtRightEdge_isWatch_expectedOverscrollState()
970 final float swipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop() + 1; in testSingleFingerOverscrollAtTopEdge_isWatch_expectedOverscrollState()
[all …]
DSimpleSwipeTest.java81 final float swipeDistance = ViewConfiguration.get(mContext).getScaledTouchSlop() + 1; in sendSwipeEvent_onGestureCompleted()
/frameworks/base/core/java/android/service/autofill/
DInlineSuggestionRoot.java50 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in InlineSuggestionRoot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DNonInterceptingScrollView.java38 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in NonInterceptingScrollView()
DQSScrollLayout.java50 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in QSScrollLayout()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DSimpleSwipe.java40 mSwipeMinDistance = ViewConfiguration.get(context).getScaledTouchSlop(); in SimpleSwipe()
DTwoFingersDownOrSwipe.java47 mSwipeMinDistance = ViewConfiguration.get(context).getScaledTouchSlop(); in TwoFingersDownOrSwipe()
DPanningScalingHandler.java78 ViewConfiguration.get(context).getScaledTouchSlop() * 2, in PanningScalingHandler()
/frameworks/base/test-runner/src/android/test/
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()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DEmergencyButton.java85 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent()
/frameworks/base/core/java/android/view/
DTouchDelegate.java99 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in TouchDelegate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblesNavBarMotionEventHandler.java53 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in BubblesNavBarMotionEventHandler()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DMultiTap.java49 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MultiTap()
DSecondFingerMultiTap.java49 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in SecondFingerMultiTap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuListViewTouchHandler.java67 mTouchSlop = ViewConfiguration.get(recyclerView.getContext()).getScaledTouchSlop(); in onInterceptTouchEvent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DCaptionWindowDecoration.java162 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector()
236 .getScaledTouchSlop(); in relayout()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java252 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop(); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnificationGestureDetector.java99 final int touchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MagnificationGestureDetector()
/frameworks/base/core/java/com/android/internal/policy/
DWearGestureInterceptionDetector.java54 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in WearGestureInterceptionDetector()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSettingsButton.java51 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in SettingsButton()
DHeadsUpTouchHelper.java59 mTouchSlop = configuration.getScaledTouchSlop(); in HeadsUpTouchHelper()
/frameworks/base/core/java/android/widget/
DForwardingListener.java64 mScaledTouchSlop = ViewConfiguration.get(src.getContext()).getScaledTouchSlop(); in ForwardingListener()
DEditorTouchState.java189 int touchSlop = config.getScaledTouchSlop(); in update()

1234