Searched defs:yDiff (Results 1 – 3 of 3) sorted by relevance
393 final int yDiff = y - mLastMotionY; in onInterceptTouchEvent() local
503 final int yDiff = Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local
1274 final int yDiff = (int) Math.abs(y - mLastMotionY); in determineScrollingStart() local