Searched refs:getScaledTouchSlop (Results 1 – 25 of 63) sorted by relevance
123
91 mViewConfig.getScaledTouchSlop() + 1 + 10); in testShortScroll()116 + (distance - mViewConfig.getScaledTouchSlop() - 1), firstChild.getTop()); in testLongScroll()
50 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in InlineSuggestionRoot()
35 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in NonInterceptingScrollView()
50 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in QSScrollLayout()
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()
54 mTouchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop(); in DoubleTapHelper()
49 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in SettingsButton()
53 mTouchSlop = configuration.getScaledTouchSlop(); in HeadsUpTouchHelper()
99 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in TouchDelegate()
203 mSpanSlop = viewConfiguration.getScaledTouchSlop() * 2; in ScaleGestureDetector()
252 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop(); in onTouchEvent()
47 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in MultiTap()
49 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in SecondFingerMultiTap()
71 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop() * fingers; in MultiFingerMultiTap()
144 return QUICKSTEP_TOUCH_SLOP_RATIO * ViewConfiguration.get(context).getScaledTouchSlop(); in getQuickStepTouchSlopPx()
174 int touchSlop = config.getScaledTouchSlop(); in update()
64 mScaledTouchSlop = ViewConfiguration.get(src.getContext()).getScaledTouchSlop(); in ForwardingListener()
98 mScaledTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in FakeNotificationStackView()
143 int touchSlop = ViewConfiguration.get(mContext).getScaledTouchSlop(); in onTouchEvent()
123 int slop = ViewConfiguration.get(widget.getContext()).getScaledTouchSlop(); in onTouchEvent()
67 mTouchSlop = configuration.getScaledTouchSlop(); in DragDownHelper()
138 boolean hasMovedBeyondTap = mDownDelta.length() > mViewConfig.getScaledTouchSlop(); in onTouchEvent()
397 final float sWipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop(); in testFirstFingerSwipe_TwoPinterDownAndZoomedState_panningState()415 final float sWipeMinDistance = ViewConfiguration.get(mContext).getScaledTouchSlop(); in testSecondFingerSwipe_TwoPinterDownAndZoomedState_panningState()
181 this(ViewConfiguration.get(context).getScaledTouchSlop(), l, dir); in SwipeDetector()
98 > mViewConfiguration.getScaledTouchSlop() in onCreate()