Searched refs:touchSlop (Results 1 – 7 of 7) sorted by relevance
50 private int touchSlop; field in SwipeButtonHelper114 touchSlop = configuration.getScaledPagingTouchSlop(); in initDimens()182 if (!touchSlopExeeded && distance > touchSlop) { in onTouchEvent()486 return translation > 0.0f ? translation + touchSlop : 0.0f; in getTranslationFromRadius()490 if (translation <= touchSlop) { in getRadiusFromTranslation()493 return (translation - touchSlop) * BACKGROUND_RADIUS_SCALE_FACTOR + minBackgroundRadius; in getRadiusFromTranslation()
156 private float touchSlop; field in FlingUpDownTouchHandler179 touchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); in FlingUpDownTouchHandler()274 if (Math.abs(deltaY) > touchSlop) { in onTouch()295 || Math.abs(pointerY - initialTouchY) > touchSlop in endMotionEvent()
114 final int touchSlop = ViewConfiguration.get(c).getScaledTouchSlop(); in MessageScrollView() local115 mTouchSlopSquared = touchSlop * touchSlop; in MessageScrollView()
140 int touchSlop = mTouchSlop; in onInterceptTouchEvent() local141 mUpperBound = Math.min(y - touchSlop, mHeight / 3); in onInterceptTouchEvent()142 mLowerBound = Math.max(y + touchSlop, mHeight * 2 / 3); in onInterceptTouchEvent()
139 final int touchSlop = mTouchSlop; in determineDraggingStart() local140 boolean yMoved = yDiff > touchSlop; in determineDraggingStart()
1107 final int touchSlop = Math.round(touchSlopScale * mTouchSlop); in determineScrollingStart() local1109 boolean xMoved = xDiff > touchSlop; in determineScrollingStart()1110 boolean yMoved = yDiff > touchSlop; in determineScrollingStart()
1245 final int touchSlop = Math.round(touchSlopScale * mTouchSlop); in determineScrollingStart() local1246 boolean xMoved = xDiff > touchSlop; in determineScrollingStart()