Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssReflectingPlane.java53 private final double mAzimuthDegrees; field in GnssReflectingPlane
59 mAzimuthDegrees = builder.mAzimuthDegrees; in GnssReflectingPlane()
86 return mAzimuthDegrees; in getAzimuthDegrees()
120 parcel.writeDouble(mAzimuthDegrees); in writeToParcel()
130 builder.append(" AzimuthDegrees=").append(mAzimuthDegrees); in toString()
142 && Double.compare(this.mAzimuthDegrees, that.mAzimuthDegrees) == 0; in equals()
149 return Objects.hash(mLatitudeDegrees, mLatitudeDegrees, mAltitudeMeters, mAzimuthDegrees); in hashCode()
158 private double mAzimuthDegrees; field in GnssReflectingPlane.Builder
187 mAzimuthDegrees = azimuthDegrees; in setAzimuthDegrees()