Searched refs:MAX_POINTER_SPEED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java141 public static final int MAX_POINTER_SPEED = 7; field in class:InputManager
507 * {@link #MAX_POINTER_SPEED}, or the default value {@link #DEFAULT_POINTER_SPEED}.
529 * {@link #MAX_POINTER_SPEED}, or the default value {@link #DEFAULT_POINTER_SPEED}.
534 if (speed < MIN_POINTER_SPEED || speed > MAX_POINTER_SPEED) {
549 * {@link #MAX_POINTER_SPEED}, or the default value {@link #DEFAULT_POINTER_SPEED}.
554 if (speed < MIN_POINTER_SPEED || speed > MAX_POINTER_SPEED) {
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1087 if (speed < InputManager.MIN_POINTER_SPEED || speed > InputManager.MAX_POINTER_SPEED) {
1101 InputManager.MAX_POINTER_SPEED);

Completed in 82 milliseconds