Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/
DRotationData.java23 private final float mCurrentRotation; field in RotationData
41 mCurrentRotation = currentRotation; in RotationData()
58 return mCurrentRotation; in getCurrentAngle()