Home | History | Annotate | Download | only in camera

Lines Matching defs:heading

991                     int heading = mHeadingSensor.getCurrentHeading();
992 if (heading != HeadingSensor.INVALID_HEADING) {
993 // heading direction has been updated by the sensor.
999 new Rational(heading, 1));