Searched refs:mSwipeThreshold (Results 1 – 1 of 1) sorted by relevance
234 private final int mSwipeThreshold; field in KeyboardView382 mSwipeThreshold = (int) (500 * getResources().getDisplayMetrics().density); in KeyboardView()474 if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) { in initGestureDetector()481 } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) { in initGestureDetector()488 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) { in initGestureDetector()495 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) { in initGestureDetector()