OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_POINTER_SPEED
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/hardware/input/
InputManager.java
141
public static final int
MAX_POINTER_SPEED
= 7;
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
) {
/packages/apps/Settings/src/com/android/settings/
PointerSpeedPreference.java
71
mSeekBar.setMax(InputManager.
MAX_POINTER_SPEED
- InputManager.MIN_POINTER_SPEED);
/frameworks/base/services/java/com/android/server/input/
InputManagerService.java
[
all
...]
Completed in 2884 milliseconds