Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssReflectingPlane.java80 public double getAzimuthDegrees() { in getAzimuthDegrees() method in GnssReflectingPlane
DGpsStatus.java208 satellite.mAzimuth = status.getAzimuthDegrees(i); in setStatus()
DGnssStatus.java242 public float getAzimuthDegrees(@IntRange(from = 0) int satelliteIndex) { in getAzimuthDegrees() method in GnssStatus
/frameworks/base/core/api/
Dsystem-current.txt4626 method @FloatRange(from=0.0f, to=360.0f) public double getAzimuthDegrees();
Dcurrent.txt19829 method @FloatRange(from=0, to=360) public float getAzimuthDegrees(@IntRange(from=0) int);