Home
last modified time | relevance | path

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

123

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DTouchUtils.java51 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in tapView()
82 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in touchAndCancelView()
109 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in clickView()
146 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in longClickView()
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
DGridTouchVerticalSpacingStackFromBottomTest.java90 mViewConfig.getScaledTouchSlop() + 1 + 10); in testShortScroll()
114 + (distance - mViewConfig.getScaledTouchSlop() - 1), firstChild.getTop()); in testLongScroll()
/frameworks/base/core/java/android/view/
DTouchDelegate.java90 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in TouchDelegate()
DScaleGestureDetector.java199 mSpanSlop = ViewConfiguration.get(context).getScaledTouchSlop() * 2; in ScaleGestureDetector()
DViewConfiguration.java632 public int getScaledTouchSlop() { in getScaledTouchSlop() method in ViewConfiguration
/frameworks/support/design/src/android/support/design/widget/
DHeaderBehavior.java56 mTouchSlop = ViewConfiguration.get(parent.getContext()).getScaledTouchSlop(); in onInterceptTouchEvent()
121 mTouchSlop = ViewConfiguration.get(parent.getContext()).getScaledTouchSlop(); in onTouchEvent()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java267 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in tapView()
307 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in touchAndCancelView()
343 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in clickView()
403 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in longClickView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDoubleTapHelper.java54 mTouchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop(); in DoubleTapHelper()
DSettingsButton.java47 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in SettingsButton()
DHeadsUpTouchHelper.java54 mTouchSlop = configuration.getScaledTouchSlop(); in HeadsUpTouchHelper()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java252 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop(); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DForwardingListener.java64 mScaledTouchSlop = ViewConfiguration.get(src.getContext()).getScaledTouchSlop(); in ForwardingListener()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DNotificationShadeActivity.java98 mScaledTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in FakeNotificationStackView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchState.java105 boolean hasMovedBeyondTap = mDownDelta.length() > mViewConfig.getScaledTouchSlop(); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DEmergencyButton.java146 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java63 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in DragDownHelper()
/frameworks/support/core-ui/java/android/support/v4/view/
DPagerTabStrip.java98 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in PagerTabStrip()
/frameworks/base/core/java/android/text/method/
DTouch.java123 int slop = ViewConfiguration.get(widget.getContext()).getScaledTouchSlop(); in onTouchEvent()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DForwardingListener.java72 mScaledTouchSlop = ViewConfiguration.get(src.getContext()).getScaledTouchSlop(); in ForwardingListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsViewTouchHandler.java76 mDragSlop = ViewConfiguration.get(rv.getContext()).getScaledTouchSlop(); in RecentsViewTouchHandler()
/frameworks/support/wear/src/android/support/wear/widget/
DSwipeDismissLayout.java152 mSlop = vc.getScaledTouchSlop(); in SwipeDismissLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java109 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in KeyButtonView()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
DTestUtils.java298 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop(); in emulateTapOnView()
/frameworks/base/core/java/com/android/internal/widget/
DDecorCaptionView.java123 mDragSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in init()
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
DDemoModeController.java65 mTouchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onCreate()

123