OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INDEX_ACCELEROMETER_Y
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java
526
public static final int
INDEX_ACCELEROMETER_Y
= 1;
791
float y = floatValues[
INDEX_ACCELEROMETER_Y
];
[
all
...]
CarSensorsProxy.java
348
event.floatValues[CarSensorEvent.
INDEX_ACCELEROMETER_Y
] =
Completed in 42 milliseconds