Searched defs:floatValues (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/core/jni/
H A Dandroid_animation_PropertyValuesHolder.cpp105 jfloat *floatValues = env->GetFloatArrayElements(arg, NULL); local
108 values[i].f = floatValues[i];
112 env->ReleaseFloatArrayElements(arg, floatValues, JNI_ABORT);
/frameworks/base/core/java/android/hardware/
H A DSensorAdditionalInfo.java57 public final float[] floatValues; field in class:SensorAdditionalInfo
91 * floatValues[0]: delay estimation in seconds
92 * floatValues[1]: delay estimation standard deviation
100 * floatValues[0]: internal temperature in Celsius.
109 * floatValues[0..11]: First 3 rows of a homogeneous matrix in row major order that captures
118 * floatValues[0..11]: First 3 rows of homogeneous matrix in row major order that describes
129 * floatValues[0]: raw sample period in seconds.
130 * floatValues[1]: standard deviation of sampling period.
140 floatValues = aFloatValues;
H A DSystemSensorManager.java632 int handle, int type, int serial, float[] floatValues, int[] intValues) {
721 int handle, int type, int serial, float[] floatValues, int[] intValues) {
729 new SensorAdditionalInfo(sensor, type, serial, intValues, floatValues);
631 dispatchAdditionalInfoEvent( int handle, int type, int serial, float[] floatValues, int[] intValues) argument
720 dispatchAdditionalInfoEvent( int handle, int type, int serial, float[] floatValues, int[] intValues) argument

Completed in 95 milliseconds