Searched defs:MAX_POINTER_SPEED (Results 1 - 1 of 1) 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
511 * {@link #MAX_POINTER_SPEED}, or the default value {@link #DEFAULT_POINTER_SPEED}.
533 * {@link #MAX_POINTER_SPEED}, or the default value {@link #DEFAULT_POINTER_SPEED}.
538 if (speed < MIN_POINTER_SPEED || speed > MAX_POINTER_SPEED) {
553 * {@link #MAX_POINTER_SPEED}, or the default value {@link #DEFAULT_POINTER_SPEED}.
558 if (speed < MIN_POINTER_SPEED || speed > MAX_POINTER_SPEED) {

Completed in 50 milliseconds