Searched refs:yDiff (Results 1 – 2 of 2) sorted by relevance
608 final int yDiff = (int) Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local612 boolean yMoved = yDiff > touchSlop; in onInterceptTouchEvent()
732 final int yDiff = (int) Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local736 boolean yMoved = yDiff > touchSlop; in onInterceptTouchEvent()