OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gyroscopeAxes
(Results
1 - 2
of
2
) sorted by null
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
GyroscopeIntegrationVerification.java
66
int
gyroscopeAxes
= environment.getSensorAxesCount();
68
for (int i = 0; i <
gyroscopeAxes
; ++i) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeMeasurementTestActivity.java
167
int
gyroscopeAxes
= environment.getSensorAxesCount();
168
int[] expectationsDeg = getExpectationsDeg(
gyroscopeAxes
, rotationAxis, expectationDeg);
169
float[] thresholdsDeg = getThresholdsDeg(
gyroscopeAxes
, rotationAxis);
Completed in 1148 milliseconds