Searched refs:yDiff (Results 1 – 2 of 2) sorted by relevance
20 public static float evaluate(float xDiff, float yDiff) { in evaluate() argument21 return Math.abs(yDiff) < Math.abs(xDiff) ? 5.5f : 0.0f; in evaluate()
404 final int yDiff = (int) Math.abs(y - mLastMotionY); in onInterceptTouchEvent() local405 if (yDiff > mTouchSlop) { in onInterceptTouchEvent()