Searched refs:absX (Results 1 – 4 of 4) sorted by relevance
399 final float absX = Math.abs(velocityX); in initGestureDetector()409 if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) { in initGestureDetector()416 } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) { in initGestureDetector()423 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) { in initGestureDetector()430 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) { in initGestureDetector()
102 public boolean isInRange(float absX) { in isInRange() argument103 return (absX >= Math.floor(min)) && (absX <= Math.ceil(max)); in isInRange()
6029 final float absX = Math.abs(mAccumulatedX);6031 if (absX >= absY) {6032 if (absX >= mConfigTickDistance) {
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...