Searched refs:floatValues (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/hardware/ |
D | SensorAdditionalInfo.java | 57 public final float[] floatValues; field in SensorAdditionalInfo 253 floatValues = aFloatValues; in SensorAdditionalInfo()
|
D | SystemSensorManager.java | 72 long nativeInstance, int handle, int type, float[] floatValues, int[] intValues); in nativeSetOperationParameter() argument 770 int handle, int type, int serial, float[] floatValues, int[] intValues) { in dispatchAdditionalInfoEvent() argument 859 int handle, int type, int serial, float[] floatValues, int[] intValues) { in dispatchAdditionalInfoEvent() argument 867 new SensorAdditionalInfo(sensor, type, serial, intValues, floatValues); in dispatchAdditionalInfoEvent() 970 parameter.type, parameter.floatValues, parameter.intValues) == 0; in setOperationParameterImpl()
|
/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/non-updatable-api/ |
D | current.txt | 16427 field public final float[] floatValues;
|
/frameworks/base/api/ |
D | current.txt | 16427 field public final float[] floatValues;
|