Home | History | Annotate | Download | only in hardware

Lines Matching refs:roll

209          * The roll in degrees. Right door down is positive. If unsupported by the car, this value
212 public final float roll;
216 public CompassData(long timestamp, float bearing, float pitch, float roll) {
220 this.roll = roll;