OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floatValues
(Results
1 - 11
of
11
) sorted by null
/packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java
44
* Index in {@link #
floatValues
} for {@link CarSensorManager#SENSOR_TYPE_FUEL_LEVEL} type of
49
* Index in {@link #
floatValues
} for {@link CarSensorManager#SENSOR_TYPE_FUEL_LEVEL} type of
118
* Index for {@link CarSensorManager#SENSOR_TYPE_LOCATION} in
floatValues
.
132
* Index for {@link CarSensorManager#SENSOR_TYPE_ENVIRONMENT} in
floatValues
.
137
* Index for {@link CarSensorManager#SENSOR_TYPE_ENVIRONMENT} in
floatValues
.
143
* Indices for {@link CarSensorManager#SENSOR_TYPE_COMPASS} in
floatValues
.
151
* Indices for {@link CarSensorManager#SENSOR_TYPE_ACCELEROMETER} in
floatValues
.
159
* Indices for {@link CarSensorManager#SENSOR_TYPE_GYROSCOPE} in
floatValues
.
201
* array holding float type of sensor data. If the sensor has single value, only
floatValues
[0]
204
public final float[]
floatValues
;
[
all
...]
CarSensorManagerEmbedded.java
138
return new CarSensorEvent(event.sensorType, event.timeStampNs, event.
floatValues
,
/packages/services/Car/car-lib/src/android/car/hardware/
CarSensorEvent.java
37
* Index in {@link #
floatValues
} for {@link CarSensorManager#SENSOR_TYPE_FUEL_LEVEL} type of
42
* Index in {@link #
floatValues
} for {@link CarSensorManager#SENSOR_TYPE_FUEL_LEVEL} type of
112
* Index for {@link CarSensorManager#SENSOR_TYPE_ENVIRONMENT} in
floatValues
.
117
* Index for {@link CarSensorManager#SENSOR_TYPE_ENVIRONMENT} in
floatValues
.
133
* array holding float type of sensor data. If the sensor has single value, only
floatValues
[0]
135
public final float[]
floatValues
;
143
floatValues
= new float[len];
144
in.readFloatArray(
floatValues
);
160
dest.writeInt(
floatValues
.length);
161
dest.writeFloatArray(
floatValues
);
[
all
...]
/frameworks/base/core/java/android/hardware/
SensorAdditionalInfo.java
57
public final float[]
floatValues
;
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;
SystemSensorManager.java
632
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
);
/packages/services/Car/service/src/com/android/car/
CarSensorEventFactory.java
39
event.
floatValues
[0] = value;
DrivingStatePolicy.java
171
if (lastSpeed != null && lastSpeed.
floatValues
[0] == 0f) { // stopped
186
return event.
floatValues
[0] == 0f;
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
CollectionsTest.java
56
private Float[]
floatValues
= {4f, 3.14f, 0f, 5f, 2f, -5f, 43f, 643f, 3525f, 32f};
183
testMap(IntFloatMap.class, intValues,
floatValues
);
187
testMap(ObjectFloatMap.class, values,
floatValues
);
196
testArray(FloatArray.class,
floatValues
);
/frameworks/base/core/jni/
android_animation_PropertyValuesHolder.cpp
105
jfloat *
floatValues
= env->GetFloatArrayElements(arg, NULL);
108
values[i].f =
floatValues
[i];
112
env->ReleaseFloatArrayElements(arg,
floatValues
, JNI_ABORT);
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 140 milliseconds