Home
last modified time | relevance | path

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

12

/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/support/v4/java/android/support/v4/view/
DViewConfigurationCompat.java39 return config.getScaledTouchSlop(); in getScaledPagingTouchSlop()
DPagerTabStrip.java94 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in PagerTabStrip()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java273 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in tapView()
313 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in touchAndCancelView()
349 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in clickView()
409 final int touchSlop = ViewConfiguration.get(v.getContext()).getScaledTouchSlop(); in longClickView()
/frameworks/base/core/java/android/view/
DTouchDelegate.java93 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in TouchDelegate()
DViewConfiguration.java504 public int getScaledTouchSlop() { in getScaledTouchSlop() method in ViewConfiguration
DGestureDetector.java403 touchSlop = configuration.getScaledTouchSlop(); in init()
/frameworks/base/core/java/android/text/method/
DTouch.java121 int slop = ViewConfiguration.get(widget.getContext()).getScaledTouchSlop(); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java100 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in KeyButtonView()
/frameworks/base/core/java/android/widget/
DAbsSeekBar.java86 mScaledTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in AbsSeekBar()
DSwitch.java164 mTouchSlop = config.getScaledTouchSlop(); in Switch()
DFastScroller.java295 mScaledTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in init()
DHorizontalScrollView.java199 mTouchSlop = configuration.getScaledTouchSlop(); in initScrollView()
DScrollView.java219 mTouchSlop = configuration.getScaledTouchSlop(); in initScrollView()
DStackView.java188 mTouchSlop = configuration.getScaledTouchSlop(); in initStackView()
DNumberPicker.java665 mTouchSlop = configuration.getScaledTouchSlop(); in NumberPicker()
DEditor.java3239 final int touchSlop = viewConfiguration.getScaledTouchSlop(); in onTouchEvent()
DAbsListView.java810 mTouchSlop = configuration.getScaledTouchSlop(); in initAbsListView()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java233 Math.abs(dx) < mVC.getScaledTouchSlop() in onDraw()
239 Math.abs(dy) < mVC.getScaledTouchSlop() in onDraw()
/frameworks/base/services/java/com/android/server/accessibility/
DTouchExplorer.java218 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in TouchExplorer()
1652 … ViewConfiguration.get(context).getScaledTouchSlop() * COEFFICIENT_ACTIVE_POINTER;//Heie govna in ReceivedPointerTracker()
/frameworks/base/core/java/android/webkit/
DWebViewInputDispatcher.java243 mTouchSlopSquared = config.getScaledTouchSlop(); in WebViewInputDispatcher()
DWebViewClassic.java1637 int slop = configuration.getScaledTouchSlop(); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletStatusBar.java1285 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in NotificationTriggerTouchListener()
1378 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in NotificationIconTouchListener()
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd1211 android.view.ViewConfiguration#getScaledTouchSlop()}:</p>
1214 private static final int GESTURE_THRESHOLD_DP = ViewConfiguration.get(myContext).getScaledTouchSlop
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt261 NO DOC BLOCK: android.view.ViewConfiguration Method getScaledTouchSlop()

12