OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pointerVelocityControlParameters
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/input/
InputReader.h
76
VelocityControlParameters
pointerVelocityControlParameters
;
151
pointerVelocityControlParameters
(1.0f, 500.0f, 3000.0f, 3.0f),
[
all
...]
InputReader.cpp
727
dump.appendFormat(INDENT2 "
PointerVelocityControlParameters
: "
729
mConfig.
pointerVelocityControlParameters
.scale,
730
mConfig.
pointerVelocityControlParameters
.lowThreshold,
731
mConfig.
pointerVelocityControlParameters
.highThreshold,
732
mConfig.
pointerVelocityControlParameters
.acceleration);
[
all
...]
/frameworks/base/services/jni/
com_android_server_InputManager.cpp
442
outConfig->
pointerVelocityControlParameters
.scale = exp2f(mLocked.pointerSpeed
[
all
...]
Completed in 62 milliseconds