Searched refs:mSlop (Results 1 – 5 of 5) sorted by relevance
47 private float mSlop; field in SettingsButton51 mSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop(); in SettingsButton()81 if ((x < -mSlop) || (y < -mSlop) || (x > getWidth() + mSlop) in onTouchEvent()82 || (y > getHeight() + mSlop)) { in onTouchEvent()
82 private int mSlop; field in TouchDelegate99 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in TouchDelegate()101 mSlopBounds.inset(-mSlop, -mSlop); in TouchDelegate()148 int slop = mSlop; in onTouchEvent()
241 private int mSlop; field in ItemTouchHelper469 mSlop = vc.getScaledTouchSlop(); in setupCallbacks()924 if (absDx < mSlop && absDy < mSlop) { in findSwipedView()976 if (absDx < mSlop && absDy < mSlop) { in checkSelectForSwipe()
1860 private final int mSlop; field in SearchView.UpdatableTouchDelegate1869 mSlop = ViewConfiguration.get(delegateView.getContext()).getScaledTouchSlop(); in UpdatableTouchDelegate()1880 mSlopBounds.inset(-mSlop, -mSlop); in setBounds()
63172 Landroid/view/TouchDelegate;->mSlop:I69508 Landroid/widget/SearchView$UpdatableTouchDelegate;->mSlop:I