/frameworks/native/include/input/ |
D | VelocityControl.h | 67 float acceleration; member 70 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) { in VelocityControlParameters() 74 float highThreshold, float acceleration) : in VelocityControlParameters() 76 highThreshold(highThreshold), acceleration(acceleration) { in VelocityControlParameters() 82 scale, lowThreshold, highThreshold, acceleration); in dump()
|
/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/input/ |
D | VelocityControl.cpp | 89 scale *= mParameters.acceleration; in scaleDeltas() 96 (mParameters.acceleration - 1); in scaleDeltas() 103 mParameters.acceleration, *vx, *vy, speed, scale / mParameters.scale); in scaleDeltas() 109 mParameters.acceleration); in scaleDeltas()
|
D | input_flags.aconfig | 99 …description: "Change the acceleration curves for mouse pointer movements to match the touchpad one…
|
/frameworks/base/services/core/jni/ |
D | com_android_server_sensor_SensorService.cpp | 194 event.acceleration.x = sensorValues[0]; in sendRuntimeSensorEvent() 195 event.acceleration.y = sensorValues[1]; in sendRuntimeSensorEvent() 196 event.acceleration.z = sensorValues[2]; in sendRuntimeSensorEvent()
|
D | com_android_server_input_InputManagerService.cpp | 685 outConfig->pointerVelocityControlParameters.acceleration = in getReaderConfiguration()
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_pose.h | 86 float32x4_t acceleration; member
|
/frameworks/native/include/android/ |
D | sensor.h | 631 ASensorVector acceleration; member
|
/frameworks/native/include_sensor/android/ |
D | sensor.h | 631 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 | 948 mConfig.pointerVelocityControlParameters.acceleration); in dump() 956 mConfig.wheelVelocityControlParameters.acceleration); in dump()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 8255 + mX.step + " dir=" + mX.dir + " acc=" + mX.acceleration in process() 8258 + mY.step + " dir=" + mY.dir + " acc=" + mY.acceleration in process() 8277 accel = mX.acceleration; in process() 8285 accel = mY.acceleration; in process() 8366 float acceleration = 1; field in ViewRootImpl.TrackballAxis 8374 acceleration = 1; in reset() 8398 acceleration = 1; in collect() 8408 acceleration = 1; in collect() 8422 float acc = acceleration; in collect() 8430 acceleration = acc < MAX_ACCELERATION ? acc : MAX_ACCELERATION; in collect() [all …]
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 6079 // FIELD: Detected bounce acceleration, in 1/1000th of a G.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 4646 // Peak acceleration of the drop, in 1/1000s of a g.
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 63889 Landroid/view/ViewRootImpl$TrackballAxis;->acceleration:F
|