Home
last modified time | relevance | path

Searched refs:gyrInitValues (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorSynchronizationTestActivity.java70 float[] accInitValues = null, magInitValues = null, gyrInitValues = null; in analyzeData() local
93 if (gyrInitValues == null) { in analyzeData()
94 gyrInitValues = event.values.clone(); in analyzeData()