HomeSort by relevance Sort by last modified time
    Searched refs:MAX_POINTER_SPEED (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/
PointerSpeedPreference.java 69 mSeekBar.setMax(InputManager.MAX_POINTER_SPEED - InputManager.MIN_POINTER_SPEED);
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 154 public static final int MAX_POINTER_SPEED = 7;
750 * {@link #MAX_POINTER_SPEED}, or the default value {@link #DEFAULT_POINTER_SPEED}.
772 * {@link #MAX_POINTER_SPEED}, or the default value {@link #DEFAULT_POINTER_SPEED}.
777 if (speed < MIN_POINTER_SPEED || speed > MAX_POINTER_SPEED) {
792 * {@link #MAX_POINTER_SPEED}, or the default value {@link #DEFAULT_POINTER_SPEED}.
797 if (speed < MIN_POINTER_SPEED || speed > MAX_POINTER_SPEED) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 89 milliseconds