Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityControl.h67 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/
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/input/
DVelocityControl.cpp89 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()
Dinput_flags.aconfig99 …description: "Change the acceleration curves for mouse pointer movements to match the touchpad one…
/frameworks/base/services/core/jni/
Dcom_android_server_sensor_SensorService.cpp194 event.acceleration.x = sensorValues[0]; in sendRuntimeSensorEvent()
195 event.acceleration.y = sensorValues[1]; in sendRuntimeSensorEvent()
196 event.acceleration.z = sensorValues[2]; in sendRuntimeSensorEvent()
Dcom_android_server_input_InputManagerService.cpp685 outConfig->pointerVelocityControlParameters.acceleration = in getReaderConfiguration()
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_pose.h86 float32x4_t acceleration; member
/frameworks/native/include/android/
Dsensor.h631 ASensorVector acceleration; member
/frameworks/native/include_sensor/android/
Dsensor.h631 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.cpp948 mConfig.pointerVelocityControlParameters.acceleration); in dump()
956 mConfig.wheelVelocityControlParameters.acceleration); in dump()
/frameworks/base/core/java/android/view/
DViewRootImpl.java8255 + 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/
Dmetrics_constants.proto6079 // FIELD: Detected bounce acceleration, in 1/1000th of a G.
/frameworks/proto_logging/stats/
Datoms.proto4646 // Peak acceleration of the drop, in 1/1000s of a g.
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63889 Landroid/view/ViewRootImpl$TrackballAxis;->acceleration:F