Loading sensors/aidl/android/hardware/sensors/Event.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,8 @@ parcelable Event { * velocity of the head (relative to itself), in radians per second. * The direction of this vector indicates the axis of rotation, and * the magnitude indicates the rate of rotation. * If this head tracker sensor instance does not support detecting * velocity, then these fields must be set to 0. */ float vx; float vy; Loading Loading
sensors/aidl/android/hardware/sensors/Event.aidl +2 −0 Original line number Diff line number Diff line Loading @@ -204,6 +204,8 @@ parcelable Event { * velocity of the head (relative to itself), in radians per second. * The direction of this vector indicates the axis of rotation, and * the magnitude indicates the rate of rotation. * If this head tracker sensor instance does not support detecting * velocity, then these fields must be set to 0. */ float vx; float vy; Loading