Home
last modified time | relevance | path

Searched refs:acceleration (Results 1 – 12 of 12) 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_sensor/android/
Dsensor.h439 ASensorVector acceleration; member
/frameworks/native/include/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/base/core/java/android/view/
DViewRootImpl.java5718 + mX.step + " dir=" + mX.dir + " acc=" + mX.acceleration in process()
5721 + mY.step + " dir=" + mY.dir + " acc=" + mY.acceleration in process()
5740 accel = mX.acceleration; in process()
5748 accel = mY.acceleration; in process()
5829 float acceleration = 1; field in ViewRootImpl.TrackballAxis
5837 acceleration = 1; in reset()
5861 acceleration = 1; in collect()
5871 acceleration = 1; in collect()
5885 float acc = acceleration; in collect()
5893 acceleration = acc < MAX_ACCELERATION ? acc : MAX_ACCELERATION; in collect()
[all …]
/frameworks/native/services/inputflinger/
DInputReader.cpp863 mConfig.pointerVelocityControlParameters.acceleration); in dump()
870 mConfig.wheelVelocityControlParameters.acceleration); in dump()
/frameworks/base/cmds/statsd/src/
Datoms.proto2338 // Peak acceleration of the drop, in 1/1000s of a g.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6063 // FIELD: Detected bounce acceleration, in 1/1000th of a G.