Searched refs:mAzimuthDegrees (Results 1 – 1 of 1) sorted by relevance
53 private final double mAzimuthDegrees; field in GnssReflectingPlane59 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.Builder187 mAzimuthDegrees = azimuthDegrees; in setAzimuthDegrees()