Searched refs:acceleration (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/include/input/ |
D | VelocityControl.h | 62 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/ |
D | VelocityControl.cpp | 77 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/ |
D | LinearAccelerationSensor.cpp | 54 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/ |
D | dvr_pose.h | 86 float32x4_t acceleration; member
|
/frameworks/native/include/android/ |
D | sensor.h | 439 ASensorVector acceleration; member
|
/frameworks/native/include_sensor/android/ |
D | sensor.h | 439 ASensorVector acceleration; member
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | IStats.hal | 46 * confidence that a drop occured, peak detected acceleration, and the
|
D | types.hal | 85 /* Peak acceleration of the drop, in 1/1000s of a g. */
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 654 mConfig.pointerVelocityControlParameters.acceleration); in dump() 662 mConfig.wheelVelocityControlParameters.acceleration); in dump()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 5888 + 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/ |
D | metrics_constants.proto | 6063 // FIELD: Detected bounce acceleration, in 1/1000th of a G.
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 2585 // Peak acceleration of the drop, in 1/1000s of a g.
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 78961 Landroid/view/ViewRootImpl$TrackballAxis;->acceleration:F
|