Home
last modified time | relevance | path

Searched refs:floatValues (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/
DSensorAdditionalInfo.java57 public final float[] floatValues; field in SensorAdditionalInfo
140 floatValues = aFloatValues; in SensorAdditionalInfo()
DSystemSensorManager.java632 int handle, int type, int serial, float[] floatValues, int[] intValues) { in dispatchAdditionalInfoEvent() argument
721 int handle, int type, int serial, float[] floatValues, int[] intValues) { in dispatchAdditionalInfoEvent() argument
729 new SensorAdditionalInfo(sensor, type, serial, intValues, floatValues); in dispatchAdditionalInfoEvent()
/frameworks/base/core/jni/
Dandroid_animation_PropertyValuesHolder.cpp105 jfloat *floatValues = env->GetFloatArrayElements(arg, NULL); in android_animation_PropertyValuesHolder_callMultipleFloatMethod() local
108 values[i].f = floatValues[i]; in android_animation_PropertyValuesHolder_callMultipleFloatMethod()
112 env->ReleaseFloatArrayElements(arg, floatValues, JNI_ABORT); in android_animation_PropertyValuesHolder_callMultipleFloatMethod()
/frameworks/base/api/
Dcurrent.txt13559 field public final float[] floatValues;
Dtest-current.txt13572 field public final float[] floatValues;
Dsystem-current.txt14004 field public final float[] floatValues;