Searched refs:getScaledTouchSlop (Results 1 – 25 of 30) sorted by relevance
12
90 mViewConfig.getScaledTouchSlop() + 1 + 10); in testShortScroll()114 + (distance - mViewConfig.getScaledTouchSlop() - 1), firstChild.getTop()); in testLongScroll()
39 return config.getScaledTouchSlop(); in getScaledPagingTouchSlop()
94 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in PagerTabStrip()
273 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()
93 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in TouchDelegate()
504 public int getScaledTouchSlop() { in getScaledTouchSlop() method in ViewConfiguration
403 touchSlop = configuration.getScaledTouchSlop(); in init()
121 int slop = ViewConfiguration.get(widget.getContext()).getScaledTouchSlop(); in onTouchEvent()
100 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in KeyButtonView()
86 mScaledTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in AbsSeekBar()
164 mTouchSlop = config.getScaledTouchSlop(); in Switch()
295 mScaledTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in init()
199 mTouchSlop = configuration.getScaledTouchSlop(); in initScrollView()
219 mTouchSlop = configuration.getScaledTouchSlop(); in initScrollView()
188 mTouchSlop = configuration.getScaledTouchSlop(); in initStackView()
665 mTouchSlop = configuration.getScaledTouchSlop(); in NumberPicker()
3239 final int touchSlop = viewConfiguration.getScaledTouchSlop(); in onTouchEvent()
810 mTouchSlop = configuration.getScaledTouchSlop(); in initAbsListView()
233 Math.abs(dx) < mVC.getScaledTouchSlop() in onDraw()239 Math.abs(dy) < mVC.getScaledTouchSlop() in onDraw()
218 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in TouchExplorer()1652 … ViewConfiguration.get(context).getScaledTouchSlop() * COEFFICIENT_ACTIVE_POINTER;//Heie govna in ReceivedPointerTracker()
243 mTouchSlopSquared = config.getScaledTouchSlop(); in WebViewInputDispatcher()
1637 int slop = configuration.getScaledTouchSlop(); in init()
1285 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in NotificationTriggerTouchListener()1378 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in NotificationIconTouchListener()
1211 android.view.ViewConfiguration#getScaledTouchSlop()}:</p>1214 private static final int GESTURE_THRESHOLD_DP = ViewConfiguration.get(myContext).getScaledTouchSlop…
261 NO DOC BLOCK: android.view.ViewConfiguration Method getScaledTouchSlop()