Home
last modified time | relevance | path

Searched refs:acceleration (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/include/input/
DVelocityControl.h62 float acceleration; member
65 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) { in VelocityControlParameters()
69 float highThreshold, float acceleration) : in VelocityControlParameters()
71 highThreshold(highThreshold), acceleration(acceleration) { in VelocityControlParameters()
/frameworks/native/libs/input/
DVelocityControl.cpp77 scale *= mParameters.acceleration; in move()
83 * (mParameters.acceleration - 1); in move()
90 mParameters.acceleration, in move()
97 mParameters.acceleration); in move()
/frameworks/native/services/sensorservice/
DLinearAccelerationSensor.cpp54 outEvent->data[0] = event.acceleration.x - outEvent->data[0]; in process()
55 outEvent->data[1] = event.acceleration.y - outEvent->data[1]; in process()
56 outEvent->data[2] = event.acceleration.z - outEvent->data[2]; in process()
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_pose.h86 float32x4_t acceleration; member
/frameworks/native/include/android/
Dsensor.h364 ASensorVector acceleration; member
/frameworks/native/include_sensor/android/
Dsensor.h364 ASensorVector acceleration; member
/frameworks/base/core/java/android/view/
DViewRootImpl.java5337 + mX.step + " dir=" + mX.dir + " acc=" + mX.acceleration in process()
5340 + mY.step + " dir=" + mY.dir + " acc=" + mY.acceleration in process()
5359 accel = mX.acceleration; in process()
5367 accel = mY.acceleration; in process()
5448 float acceleration = 1; field in ViewRootImpl.TrackballAxis
5456 acceleration = 1; in reset()
5480 acceleration = 1; in collect()
5490 acceleration = 1; in collect()
5504 float acc = acceleration; in collect()
5512 acceleration = acc < MAX_ACCELERATION ? acc : MAX_ACCELERATION; in collect()
[all …]
/frameworks/base/cmds/statsd/src/
Datoms.proto1087 // Peak acceleration of the drop, in 1/1000s of a g.
/frameworks/native/services/inputflinger/
DInputReader.cpp908 mConfig.pointerVelocityControlParameters.acceleration); in dump()
915 mConfig.wheelVelocityControlParameters.acceleration); in dump()
/frameworks/base/proto/src/
Dmetrics_constants.proto5979 // FIELD: Detected bounce acceleration, in 1/1000th of a G.
/frameworks/base/config/
Dhiddenapi-private-dex.txt98539 Landroid/view/ViewRootImpl$TrackballAxis;->acceleration:F