Searched refs:mTouchSlop (Results 1 – 6 of 6) sorted by relevance
72 private final int mTouchSlop; field in TouchInterceptor82 mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in TouchInterceptor()140 int touchSlop = mTouchSlop; in onInterceptTouchEvent()
88 private int mTouchSlop; field in MediaPlaybackActivity155 mTouchSlop = ViewConfiguration.get(this).getScaledTouchSlop(); in onCreate()214 if (Math.abs(delta) > mTouchSlop) { in onTouch()
139 final int touchSlop = mTouchSlop; in determineDraggingStart()
120 protected int mTouchSlop; field in PagedView240 mTouchSlop = configuration.getScaledTouchSlop(); in init()987 final boolean finishedScrolling = (mScroller.isFinished() || xDist < mTouchSlop); in onInterceptTouchEvent()1052 final int touchSlop = Math.round(touchSlopScale * mTouchSlop); in determineScrollingStart()
710 if (deltaX > mTouchSlop || deltaY > mTouchSlop) { in determineScrollingStart()
117 private int mTouchSlop; field in ScrollerView182 mTouchSlop = configuration.getScaledTouchSlop(); in initScrollView()535 if (yDiff > mTouchSlop) { in onInterceptTouchEvent()547 if (Math.abs(ocoord - mLastOrthoCoord) > mTouchSlop) { in onInterceptTouchEvent()