/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | FalsingModule.java | 94 return viewConfiguration.getScaledTouchSlop(); in providesSingleTapTouchSlop() 101 return viewConfiguration.getScaledTouchSlop() * 1.25f; in providesLongTapTouchSlop()
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
D | GridTouchVerticalSpacingStackFromBottomTest.java | 91 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/ |
D | FullScreenMagnificationGestureHandlerTest.java | 742 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 …]
|
D | SimpleSwipeTest.java | 81 final float swipeDistance = ViewConfiguration.get(mContext).getScaledTouchSlop() + 1; in sendSwipeEvent_onGestureCompleted()
|
/frameworks/base/core/java/android/service/autofill/ |
D | InlineSuggestionRoot.java | 50 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in InlineSuggestionRoot()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | NonInterceptingScrollView.java | 38 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in NonInterceptingScrollView()
|
D | QSScrollLayout.java | 50 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in QSScrollLayout()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | SimpleSwipe.java | 40 mSwipeMinDistance = ViewConfiguration.get(context).getScaledTouchSlop(); in SimpleSwipe()
|
D | TwoFingersDownOrSwipe.java | 47 mSwipeMinDistance = ViewConfiguration.get(context).getScaledTouchSlop(); in TwoFingersDownOrSwipe()
|
D | PanningScalingHandler.java | 78 ViewConfiguration.get(context).getScaledTouchSlop() * 2, in PanningScalingHandler()
|
/frameworks/base/test-runner/src/android/test/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | EmergencyButton.java | 85 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent()
|
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 99 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in TouchDelegate()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubblesNavBarMotionEventHandler.java | 53 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in BubblesNavBarMotionEventHandler()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | MultiTap.java | 49 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MultiTap()
|
D | SecondFingerMultiTap.java | 49 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in SecondFingerMultiTap()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MenuListViewTouchHandler.java | 67 mTouchSlop = ViewConfiguration.get(recyclerView.getContext()).getScaledTouchSlop(); in onInterceptTouchEvent()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | CaptionWindowDecoration.java | 162 mDragDetector.setTouchSlop(ViewConfiguration.get(mContext).getScaledTouchSlop()); in setDragDetector() 236 .getScaledTouchSlop(); in relayout()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | CropView.java | 252 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop(); in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | MagnificationGestureDetector.java | 99 final int touchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MagnificationGestureDetector()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | WearGestureInterceptionDetector.java | 54 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in WearGestureInterceptionDetector()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SettingsButton.java | 51 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in SettingsButton()
|
D | HeadsUpTouchHelper.java | 59 mTouchSlop = configuration.getScaledTouchSlop(); in HeadsUpTouchHelper()
|
/frameworks/base/core/java/android/widget/ |
D | ForwardingListener.java | 64 mScaledTouchSlop = ViewConfiguration.get(src.getContext()).getScaledTouchSlop(); in ForwardingListener()
|
D | EditorTouchState.java | 189 int touchSlop = config.getScaledTouchSlop(); in update()
|