Searched refs:getScaledTouchSlop (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/view/
H A DViewConfigurationCompat.java39 return config.getScaledTouchSlop();
70 * returns {@link ViewConfiguration#getScaledTouchSlop()}.
H A DPagerTabStrip.java94 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop();
H A DGestureDetectorCompat.java175 final int touchSlop = configuration.getScaledTouchSlop();
/frameworks/base/core/java/android/view/
H A DTouchDelegate.java93 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop();
H A DScaleGestureDetector.java165 mSpanSlop = ViewConfiguration.get(context).getScaledTouchSlop() * 2;
H A DViewConfiguration.java480 * @deprecated Use {@link #getScaledTouchSlop()} instead.
490 public int getScaledTouchSlop() { method in class:ViewConfiguration
H A DGestureDetector.java399 touchSlop = configuration.getScaledTouchSlop();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DCheckLongPressHelper.java44 mScaledTouchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
H A DSlidingChallengeLayout.java247 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop();
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchVerticalSpacingStackFromBottomTest.java90 mViewConfig.getScaledTouchSlop() + 1 + 10);
114 + (distance - mViewConfig.getScaledTouchSlop() - 1), firstChild.getTop());
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java273 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
313 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
349 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
409 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop();
/frameworks/base/core/java/android/text/method/
H A DTouch.java123 int slop = ViewConfiguration.get(widget.getContext()).getScaledTouchSlop();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java100 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop();
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java86 mScaledTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop();
H A DSwitch.java175 mTouchSlop = config.getScaledTouchSlop();
H A DFastScroller.java311 mScaledTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop();
H A DHorizontalScrollView.java201 mTouchSlop = configuration.getScaledTouchSlop();
H A DScrollView.java222 mTouchSlop = configuration.getScaledTouchSlop();
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java240 Math.abs(dx) < mVC.getScaledTouchSlop()
246 Math.abs(dy) < mVC.getScaledTouchSlop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java227 mTouchSlop = configuration.getScaledTouchSlop();
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java105 TOUCH_SLOP = vc.getScaledTouchSlop();
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java228 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop();
1740 // ViewConfiguration.#getScaledTouchSlop()
1785 ViewConfiguration.get(context).getScaledTouchSlop() * COEFFICIENT_ACTIVE_POINTER;
H A DScreenMagnifier.java200 mTapDistanceSlop = ViewConfiguration.get(context).getScaledTouchSlop();
/frameworks/base/core/java/android/webkit/
H A DWebViewInputDispatcher.java243 mTouchSlopSquared = config.getScaledTouchSlop();
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java388 mTouchSlop = vc.getScaledTouchSlop();

Completed in 1151 milliseconds

12