Home
last modified time | relevance | path

Searched refs:acceleration (Results 1 – 13 of 13) 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.h439 ASensorVector acceleration; member
/frameworks/native/include_sensor/android/
Dsensor.h439 ASensorVector acceleration; member
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal46 * confidence that a drop occured, peak detected acceleration, and the
Dtypes.hal85 /* Peak acceleration of the drop, in 1/1000s of a g. */
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp654 mConfig.pointerVelocityControlParameters.acceleration); in dump()
662 mConfig.wheelVelocityControlParameters.acceleration); in dump()
/frameworks/base/core/java/android/view/
DViewRootImpl.java5888 + mX.step + " dir=" + mX.dir + " acc=" + mX.acceleration in process()
5891 + mY.step + " dir=" + mY.dir + " acc=" + mY.acceleration in process()
5910 accel = mX.acceleration; in process()
5918 accel = mY.acceleration; in process()
5999 float acceleration = 1; field in ViewRootImpl.TrackballAxis
6007 acceleration = 1; in reset()
6031 acceleration = 1; in collect()
6041 acceleration = 1; in collect()
6055 float acc = acceleration; in collect()
6063 acceleration = acc < MAX_ACCELERATION ? acc : MAX_ACCELERATION; in collect()
[all …]
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6063 // FIELD: Detected bounce acceleration, in 1/1000th of a G.
/frameworks/base/cmds/statsd/src/
Datoms.proto2585 // Peak acceleration of the drop, in 1/1000s of a g.
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78961 Landroid/view/ViewRootImpl$TrackballAxis;->acceleration:F