Searched refs:floatValues (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/hardware/ |
D | SensorAdditionalInfo.java | 57 public final float[] floatValues; field in SensorAdditionalInfo 140 floatValues = aFloatValues; in SensorAdditionalInfo()
|
D | SystemSensorManager.java | 632 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/ |
D | android_animation_PropertyValuesHolder.cpp | 105 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/ |
D | current.txt | 13559 field public final float[] floatValues;
|
D | test-current.txt | 13572 field public final float[] floatValues;
|
D | system-current.txt | 14004 field public final float[] floatValues;
|